diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 598d27b..ed23f75 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -21,3 +21,4 @@ Checks: - "-cppcoreguidelines-pro-type-union-access" - "-*-copy-assignment-signature" - "-*-unconventional-assign-operator" + - "-readability-math-missing-parentheses" |