summaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy2
1 files changed, 2 insertions, 0 deletions
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