We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab0d66 commit def09a4Copy full SHA for def09a4
.clang-tidy
@@ -1,4 +1,13 @@
1
-Checks: >
+---
2
+InheritParentConfig: true
3
+ExtraArgs: ['-v']
4
+FormatStyle: file
5
+UseColor: true
6
+WarningsAsErrors: '*'
7
+HeaderFilterRegex: '^(?!.*(3rdparty|build)).*$'
8
+
9
+# NOTE: there must be no spaces before the '-', so put the comma last.
10
+Checks: >-
11
# 1. Retained categories: easier to find bugs/performance issues
12
clang-analyzer-*,
13
cppcoreguidelines-pro-type-static-cast-downcast,
@@ -47,7 +56,3 @@ Checks: >
47
56
-clang-analyzer-deadcode.DeadStores,
48
57
-clang-analyzer-optin.cplusplus.VirtualCall,
49
58
-clang-diagnostic-tautological-constant-compare,
50
-
51
-WarningsAsErrors: '*'
52
53
-HeaderFilterRegex: '^(?!.*(3rdparty|build)).*$'
0 commit comments