summaryrefslogtreecommitdiffstats
path: root/src/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index c50cd8a..99d2651 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -10,6 +10,8 @@ Checks: >
-clang-analyzer-unix.Malloc,
-hicpp-signed-bitwise,
-misc-no-recursion,
+ -modernize-macro-to-enum,
+ -performance-no-int-to-ptr,
-readability-function-cognitive-complexity,
-readability-identifier-length,
InheritParentConfig: true