Skip to content

Commit ec41919

Browse files
committed
Disable additional checks and set option for one check
1 parent fb8c415 commit ec41919

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.clang-tidy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ Checks: >-
1919
-bugprone-too-small-loop-variable,
2020
-clang-analyzer-osx.*,
2121
-misc-confusable-identifiers,
22+
-misc-include-cleaner,
2223
-misc-non-private-member-variables-in-classes,
24+
-misc-no-recursion,
2325
-misc-unused-parameters,
26+
-misc-use-anonymous-namespace,
2427
-modernize-avoid-c-arrays,
2528
-modernize-raw-string-literal,
2629
-modernize-return-braced-init-list,
@@ -53,4 +56,6 @@ CheckOptions:
5356
value: 'Point<.*?>;MapPoint;Position;Extent;DrawPoint'
5457
- key: readability-function-cognitive-complexity.IgnoreMacros
5558
value: true
59+
- key: readability-simplify-boolean-expr.IgnoreMacros
60+
value: true
5661
...

0 commit comments

Comments
 (0)