aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 88009c50..de654d8d 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -4,8 +4,11 @@ Checks: >
-*-uppercase-literal-suffix,
-android-cloexec-fopen,
-clang-analyzer-nullability.NullabilityBase,
+ -clang-analyzer-nullability.NullableDereferenced,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
+ -cppcoreguidelines-avoid-non-const-global-variables,
-hicpp-signed-bitwise,
+ -llvmlibc-*,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file