We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c69ff commit c4e7f95Copy full SHA for c4e7f95
1 file changed
.clang-tidy
@@ -118,8 +118,8 @@ Checks: >
118
-bugprone-unused-return-value,
119
-readability-use-concise-preprocessor-directives,
120
-readability-math-missing-parentheses,
121
- -readability-enum-initial-value
122
- -modernize-use-scoped-lock
+ -readability-enum-initial-value,
+ -modernize-use-scoped-lock,
123
-readability-redundant-parentheses
124
125
# Turn all the warnings from the checks above into errors.
0 commit comments