Skip to content

Commit d9e3fee

Browse files
Merge pull request #1035 from johnmcfarlane/clang-tidy-exclusions
Remove accidental exclusion of Clang-Tidy rules
2 parents f6b6520 + 10130a6 commit d9e3fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Checks: >
3-
-*,
3+
*,
44
llvm-include-order,
55
-llvmlibc-*,
66
-clang-analyzer-osx.*,

0 commit comments

Comments
 (0)