This pr adds a check that warns if it finds a relative include. This is to allow people to easily conform to the canonical project structure - https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1204r0.html
tl;dr The check issue a warning for every relative include (e.g. any include that uses regular quotes).
Github issue:
https://github.com/llvm/llvm-project/issues/63226
Excessive newline.