Skip to content

Commit 8141182

Browse files
committed
fix: correct clang-tidy checks format [skip ci]
1 parent c7964b6 commit 8141182

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.clang-tidy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
# `misc-include-cleaner` is excluded since currently there's no way to tell clang-tidy to use <range/v3/all.hpp> instead
3+
# of single headers
24
Checks: >
35
clang-diagnostic-*,
46
clang-analyzer-*,
@@ -11,7 +13,7 @@ Checks: >
1113
-llvm-include-order,
1214
-llvm-qualified-auto,
1315
-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
16+
-misc-include-cleaner,
1517
-readability-qualified-auto,
1618
-readability-static-accessed-through-instance,
1719
-zircon*,

0 commit comments

Comments
 (0)