aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index b4cca2b..b5dd4f7 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -15,6 +15,7 @@ Checks: >
, -readability-convert-member-functions-to-static
, -readability-implicit-bool-conversion
, -bugprone-easily-swappable-parameters
+ , -readability-math-missing-parentheses
# , cppcoreguidelines-owning-memory
# , cppcoreguidelines-*