We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8c415 commit ec41919Copy full SHA for ec41919
.clang-tidy
@@ -19,8 +19,11 @@ Checks: >-
19
-bugprone-too-small-loop-variable,
20
-clang-analyzer-osx.*,
21
-misc-confusable-identifiers,
22
+ -misc-include-cleaner,
23
-misc-non-private-member-variables-in-classes,
24
+ -misc-no-recursion,
25
-misc-unused-parameters,
26
+ -misc-use-anonymous-namespace,
27
-modernize-avoid-c-arrays,
28
-modernize-raw-string-literal,
29
-modernize-return-braced-init-list,
@@ -53,4 +56,6 @@ CheckOptions:
53
56
value: 'Point<.*?>;MapPoint;Position;Extent;DrawPoint'
54
57
- key: readability-function-cognitive-complexity.IgnoreMacros
55
58
value: true
59
+ - key: readability-simplify-boolean-expr.IgnoreMacros
60
+ value: true
61
...
0 commit comments