diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 9d00686..46025ae 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -29,4 +29,4 @@ Checks: - "-*-signed-bitwise"
- "-readability-use-anyofallof"
- "-readability-function-cognitive-complexity"
-# - "-*-rvalue-reference-param-not-moved"
+ - "-readability-math-missing-parentheses"
|