mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-31 14:39:55 +01:00
Merge pull request #4156 from nyfix/clangtidy-new
add more suppressions
This commit is contained in:
commit
4e8f02a8da
3
.clang-tidy
Normal file → Executable file
3
.clang-tidy
Normal file → Executable 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,\
|
||||
|
Loading…
x
Reference in New Issue
Block a user