meson: Implement duplicate includes check with clang-tidy

Instead of doing this with our own script, let's use clang-tidy
instead.
This commit is contained in:
Daan De Meyer
2025-04-24 12:06:49 +02:00
parent 5008a92469
commit d06abcf68e
3 changed files with 2 additions and 43 deletions

View File

@@ -2,7 +2,8 @@
---
Checks: '
-*,
misc-header-include-cycle
misc-header-include-cycle,
readability-duplicate-include
'
WarningsAsErrors: '*'
HeaderFileExtensions: