summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 59c043d..b8084d5 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -2,6 +2,7 @@ Checks: >
*,
-*-magic-numbers,
-*-uppercase-literal-suffix,
+ -altera-struct-pack-align,
-android-cloexec-fopen,
-bugprone-reserved-identifier,
-cert-dcl37-c,
@@ -13,6 +14,8 @@ Checks: >
-llvm-header-guard,
-llvmlibc-*,
-misc-no-recursion,
+ -performance-no-int-to-ptr,
+ -readability-function-cognitive-complexity,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file