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.
2 parents 271ab2e + 84f471c commit c1c8769Copy full SHA for c1c8769
.clang-tidy
@@ -6,6 +6,10 @@ Checks: >
6
-clang-analyzer-cplusplus.NewDeleteLeaks,
7
-clang-analyzer-cplusplus.NewDelete,
8
-clang-analyzer-core.CallAndMessage,
9
- modernize-avoid-bind
+ modernize-avoid-bind,
10
+ readability-identifier-naming
11
WarningsAsErrors: '*'
12
HeaderFilterRegex: '(apps|components)/'
13
+CheckOptions:
14
+- key: readability-identifier-naming.ConceptCase
15
+ value: CamelCase
0 commit comments