diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-07-03 18:37:18 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-07-04 20:44:04 +0200 |
commit | bcdad5b8762060c82a0b7840cb905e69ddb9a65e (patch) | |
tree | 468694d1662c61c12f813689520f43c8e1767538 /.clang-tidy | |
parent | cca2e267241a90f238e424e47501b1e8613a5955 (diff) |
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" |