Skip to content

Commit 3aa9cb5

Browse files
committed
enabled clang-analyzer-* clang-tidy checks
explicitly enable them because they will be disabled by default in a future version
1 parent dcc0380 commit 3aa9cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
Checks: >
33
*,
4+
clang-analyzer-*,
45
-abseil-*,
56
-altera-*,
67
-android-*,
78
-cert-*,
8-
-clang-analyzer-*,
99
-cppcoreguidelines-*,
1010
-fuchsia-*,
1111
-google-*,

0 commit comments

Comments
 (0)