Merge pull request #4156 from nyfix/clangtidy-new

add more suppressions
This commit is contained in:
Luca Boccassi 2021-03-04 09:48:57 +00:00 committed by GitHub
commit 4e8f02a8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.clang-tidy Normal file → Executable file
View File

@ -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,\