summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 53e7864..30cb10f 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -5,11 +5,13 @@ Checks: >
-altera-*,
-bugprone-macro-parentheses,
-bugprone-suspicious-string-compare,
+ -cert-err33-c,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-hicpp-signed-bitwise,
-llvm-header-guard,
-llvmlibc-*,
-performance-no-int-to-ptr,
+ -readability-identifier-length,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file