From 9b6f5f83f84d2db3924999fa61233fc7396b1fbb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Dec 2020 16:52:12 +0100 Subject: Avoid use of strcat() --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-tidy') 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, -- cgit v1.2.1