chore: allow vararg calls in qt/.clang-tidy (#1929)
let clang-tidy allow C-style vararg functions
This commit is contained in:
parent
02b9e17207
commit
148de2da94
|
@ -34,6 +34,7 @@ Checks: >
|
|||
-cppcoreguidelines-pro-type-const-cast,
|
||||
-cppcoreguidelines-pro-type-cstyle-cast,
|
||||
-cppcoreguidelines-pro-type-static-cast-downcast,
|
||||
-cppcoreguidelines-pro-type-vararg,
|
||||
google-readability-*,
|
||||
google-runtime-operator,
|
||||
hicpp-*,
|
||||
|
@ -41,6 +42,7 @@ Checks: >
|
|||
-hicpp-no-array-decay,
|
||||
-hicpp-signed-bitwise,
|
||||
-hicpp-special-member-functions,
|
||||
-hicpp-vararg,
|
||||
misc-*,
|
||||
-misc-no-recursion,
|
||||
-misc-non-private-member-variables-in-classes,
|
||||
|
|
Loading…
Reference in New Issue