Skip to content

Commit c7964b6

Browse files
committed
fix(ci): remove misc-include-cleaner check
1 parent 913cb35 commit c7964b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Checks: >
1111
-llvm-include-order,
1212
-llvm-qualified-auto,
1313
-llvmlib*,
14+
-misc-include-cleaner, # Excluded since currently there's no way to tell clang-tidy to use <range/v3/all.hpp> instead of single headers
1415
-readability-qualified-auto,
1516
-readability-static-accessed-through-instance,
1617
-zircon*,

0 commit comments

Comments
 (0)