mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
clang-tidy: Enable misc-include-cleaner check
The previous commit fixes all remaining violations of the check for a very specific setup (Fedora Rawhide with as many dependencies as possible installed). The linter job in CI runs that specific setup so we enable the check in the clang-tidy config but do not yet enable the clang-tidy test suite in meson by default as it will very likely still fail in different setups than the one in CI.
This commit is contained in:
@@ -4,7 +4,8 @@ Checks: '
|
||||
-*,
|
||||
misc-header-include-cycle,
|
||||
readability-duplicate-include,
|
||||
bugprone-argument-comment
|
||||
bugprone-argument-comment,
|
||||
misc-include-cleaner
|
||||
'
|
||||
CheckOptions:
|
||||
misc-include-cleaner.MissingIncludes: 'false'
|
||||
|
||||
Reference in New Issue
Block a user