aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 4cd5fa58..eb43dcf2 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -4,6 +4,7 @@ Checks: >
-*-uppercase-literal-suffix,
-bugprone-branch-clone,
-bugprone-suspicious-string-compare,
+ -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-google-readability-todo,
-hicpp-signed-bitwise,
-llvm-header-guard,