From 3ab69589bdedbaa2c3a35f0dffbdba3b1e2235b5 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Sun, 3 Aug 2025 22:33:06 +0200 Subject: [PATCH] Add some cert-* clang-tidy checks --- .clang-tidy | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 331b540b9..bc7c9c95c 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,6 +1,17 @@ Checks: > bugprone-*, - clang-diagnostic-*, + cert-dcl50-cpp, + cert-dcl58-cpp, + cert-env33-c, + cert-err34-c, + cert-err52-cpp, + cert-err60-cpp, + cert-flp30-c, + cert-mem57-cpp, + cert-msc50-cpp, + cert-msc51-cpp, + cert-oop57-cpp, + cert-oop58-cpp, concurrency-*, cppcoreguidelines-*, llvm-include-order,