aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 1 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy
index a097be9..0b547da 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -10,11 +10,10 @@ Checks: >
-bugprone-branch-clone,
-bugprone-easily-swappable-parameters,
-bugprone-macro-parentheses,
- -cert-dcl37-c,
- -cert-dcl51-cpp,
-cert-err33-c,
-cert-err34-c,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
+ -clang-analyzer-valist.Uninitialized,
-concurrency-mt-unsafe,
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-owning-memory,