diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 6e3cd008..d4cd324f 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -7,7 +7,10 @@ Checks: > -abseil-*, -altera-*, -bugprone-assignment-in-if-condition, + -bugprone-reserved-identifier, -bugprone-switch-missing-default-case, + -cert-dcl37-c, + -cert-dcl51-cpp, -cppcoreguidelines-avoid-const-or-ref-data-members, -cppcoreguidelines-avoid-do-while, -cppcoreguidelines-macro-usage, |