mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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:
@@ -2,7 +2,8 @@
|
||||
---
|
||||
Checks: '
|
||||
-*,
|
||||
misc-header-include-cycle
|
||||
misc-header-include-cycle,
|
||||
readability-duplicate-include
|
||||
'
|
||||
WarningsAsErrors: '*'
|
||||
HeaderFileExtensions:
|
||||
|
||||
Reference in New Issue
Block a user