fix(clangd): update clang-tidy checks

This commit is contained in:
2025-09-23 11:35:51 +02:00
parent 7c8169baae
commit 8f6e311fb7
+4 -1
View File
@@ -169,7 +169,10 @@ function M.setup()
"clang-tidy",
"-p=build",
"--quiet",
"--checks=-*,clang-analyzer-*",
"--checks=-*,"
.. "clang-analyzer-*,"
.. "-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,"
.. "-clang-analyzer-security.insecureAPI.strcpy",
"%file%",
},
events = { "BufWritePost" },