diff --git a/.clang-tidy b/.clang-tidy old mode 100644 new mode 100755 index 0abe92bf..32c6ca4f --- a/.clang-tidy +++ b/.clang-tidy @@ -10,8 +10,10 @@ Checks: "*,\ -google-readability-todo,\ -google-runtime-int,\ -cppcoreguidelines-avoid-goto,\ +-hicpp-avoid-goto, \ -cppcoreguidelines-pro-type-member-init,\ -cppcoreguidelines-pro-type-static-cast-downcast,\ +-readability-identifier-naming,\ # not applicable,\ -fuchsia-default-arguments-calls,\ -fuchsia-overloaded-operator,\ @@ -45,6 +47,7 @@ Checks: "*,\ -google-readability-braces-around-statements,\ -cppcoreguidelines-pro-type-cstyle-cast,\ -cppcoreguidelines-avoid-magic-numbers,\ +-readability-magic-numbers,\ -hicpp-braces-around-statements,\ -hicpp-use-equals-default,\ -hicpp-deprecated-headers,\