Skip to content

Commit 2cea844

Browse files
authored
.clang-tidy: disable misc-include-cleaner (KhronosGroup#2077)
This check was recently added to clang-tidy, but the code base doesn't quite comply to it, so disable it for now.
1 parent b447263 commit 2cea844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.clang-tidy

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Checks: |
55
-llvm-header-guard,
66
misc-*,
77
-misc-const-correctness,
8+
-misc-include-cleaner,
89
-misc-no-recursion,
910
-misc-non-private-member-variables-in-classes,
1011
-misc-unused-parameters,
@@ -14,6 +15,7 @@ WarningsAsErrors: |
1415
-llvm-header-guard,
1516
misc-*,
1617
-misc-const-correctness,
18+
-misc-include-cleaner,
1719
-misc-no-recursion,
1820
-misc-non-private-member-variables-in-classes,
1921
-misc-unused-parameters,

0 commit comments

Comments
 (0)