Skip to content

Commit

Permalink
Disable readability-math-missing-parentheses in clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRosenow committed Oct 24, 2024
1 parent 3ca9bfb commit 66aba52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Checks: '
-readability-magic-numbers,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-readability-function-cognitive-complexity,
-modernize-macro-to-enum
-modernize-macro-to-enum,
-readability-math-missing-parentheses
'
WarningsAsErrors: true
HeaderFilterRegex: ''
Expand Down

0 comments on commit 66aba52

Please sign in to comment.