summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 7d10eb6..40c511c 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -4,9 +4,10 @@ Checks: >
-*-uppercase-literal-suffix,
-bugprone-suspicious-string-compare,
-cert-err34-c,
+ -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-clang-analyzer-unix.Malloc,
- -clang-diagnostic-nullable-to-nonnull-conversion,
-hicpp-signed-bitwise,
+ -llvm-header-guard,
-llvmlibc-*,
-misc-no-recursion,
WarningsAsErrors: '*'