Enable clang-tidy CERT warnings

This commit is contained in:
Andrew Gaul 2023-11-17 20:40:27 +09:00
parent bcacca6599
commit 23db8b7ffb
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ Checks: '
-bugprone-macro-parentheses,
-bugprone-narrowing-conversions,
-bugprone-unhandled-self-assignment,
cert-*,
-cert-dcl50-cpp,
-cert-env33-c,
-cert-err33-c,
-cert-err58-cpp,
cppcoreguidelines-*,
-cppcoreguidelines-avoid-c-arrays,
-cppcoreguidelines-avoid-do-while,