mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
clang-tidy ignore mathlib assignment signatures for now
This commit is contained in:
+2
-2
@@ -61,7 +61,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
|
|||||||
clang-analyzer-unix.Vfork,
|
clang-analyzer-unix.Vfork,
|
||||||
## evaluate # clang-analyzer-unix.cstring.BadSizeArg,
|
## evaluate # clang-analyzer-unix.cstring.BadSizeArg,
|
||||||
## evaluate # clang-analyzer-unix.cstring.NullArg,
|
## evaluate # clang-analyzer-unix.cstring.NullArg,
|
||||||
cppcoreguidelines-c-copy-assignment-signature,
|
## TODO: fix mathlib and enable # cppcoreguidelines-c-copy-assignment-signature,
|
||||||
#cppcoreguidelines-interfaces-global-init,
|
#cppcoreguidelines-interfaces-global-init,
|
||||||
#cppcoreguidelines-no-malloc,
|
#cppcoreguidelines-no-malloc,
|
||||||
#cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
#cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
||||||
@@ -131,7 +131,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
|
|||||||
misc-suspicious-string-compare,
|
misc-suspicious-string-compare,
|
||||||
misc-swapped-arguments,
|
misc-swapped-arguments,
|
||||||
misc-throw-by-value-catch-by-reference,
|
misc-throw-by-value-catch-by-reference,
|
||||||
misc-unconventional-assign-operator,
|
## TODO: fix mathlib and enable # misc-unconventional-assign-operator,
|
||||||
misc-undelegated-constructor,
|
misc-undelegated-constructor,
|
||||||
misc-uniqueptr-reset-release,
|
misc-uniqueptr-reset-release,
|
||||||
misc-unused-alias-decls,
|
misc-unused-alias-decls,
|
||||||
|
|||||||
Reference in New Issue
Block a user