Skip to content

Commit b980cc2

Browse files
committed
Disable a clang-tidy check
1 parent 37e0e89 commit b980cc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Checks: >
1111
-readability-function-cognitive-complexity,
1212
-readability-identifier-length,
1313
-readability-isolate-declaration,
14+
-readability-math-missing-parentheses,
1415
-*-uppercase-literal-suffix,
1516
-*-avoid-do-while,
1617
-*-branch-clone,

0 commit comments

Comments
 (0)