aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index de654d8d..b7dd752b 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -3,6 +3,10 @@ Checks: >
-*-magic-numbers,
-*-uppercase-literal-suffix,
-android-cloexec-fopen,
+ -bugprone-reserved-identifier,
+ -bugprone-suspicious-string-compare,
+ -cert-dcl37-c,
+ -cert-dcl51-cpp,
-clang-analyzer-nullability.NullabilityBase,
-clang-analyzer-nullability.NullableDereferenced,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,