aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-14 16:52:12 +0100
committerDavid Robillard <d@drobilla.net>2020-12-14 16:52:12 +0100
commit9b6f5f83f84d2db3924999fa61233fc7396b1fbb (patch)
tree7a5484816cc7fc671cfe6c48afcb1c0a22da583c /.clang-tidy
parent2d76306c2aeb447e29b4cc93ab67ebe35b1d9d72 (diff)
downloadjalv-9b6f5f83f84d2db3924999fa61233fc7396b1fbb.tar.gz
jalv-9b6f5f83f84d2db3924999fa61233fc7396b1fbb.tar.bz2
jalv-9b6f5f83f84d2db3924999fa61233fc7396b1fbb.zip
Avoid use of strcat()
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 9405211..3f9683c 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -14,7 +14,6 @@ Checks: >
-cert-err34-c,
-clang-analyzer-core.CallAndMessage,
-clang-analyzer-optin.cplusplus.VirtualCall,
- -clang-analyzer-security.insecureAPI.strcpy,
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-macro-usage,
-cppcoreguidelines-owning-memory,