summaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index ff80138..ad4b6d1 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -17,6 +17,7 @@ Checks: >
-cert-dcl37-c,
-cert-dcl50-cpp,
-cert-dcl51-cpp,
+ -cert-err33-c,
-cert-err34-c,
-clang-analyzer-alpha.*,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
@@ -40,6 +41,7 @@ Checks: >
-modernize-return-braced-init-list,
-modernize-use-trailing-return-type,
-readability-function-cognitive-complexity,
+ -readability-identifier-length,
-readability-implicit-bool-conversion,
-readability-suspicious-call-argument,
WarningsAsErrors: '*'