summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/.clang-tidy2
-rw-r--r--test/.clang-tidy2
2 files changed, 4 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
diff --git a/test/.clang-tidy b/test/.clang-tidy
index d335ce8..4b98cf1 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -4,5 +4,7 @@
Checks: >
-*-magic-numbers,
-cert-err33-c,
+ -modernize-macro-to-enum,
+ -performance-no-int-to-ptr,
-readability-identifier-length,
InheritParentConfig: true