mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 05:20:06 +08:00
clang-tidy ignore google-global-names-in-headers and misc-redundant-expression
This commit is contained in:
@@ -81,7 +81,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
|
||||
# evaluate # google-build-using-namespace,
|
||||
google-default-arguments,
|
||||
## TODO: fix code and enable # google-explicit-constructor,
|
||||
google-global-names-in-headers,
|
||||
## evaluate # google-global-names-in-headers,
|
||||
google-readability-braces-around-statements,
|
||||
#google-readability-casting,
|
||||
google-readability-function-size,
|
||||
@@ -117,7 +117,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
|
||||
misc-new-delete-overloads,
|
||||
misc-noexcept-move-constructor,
|
||||
misc-non-copyable-objects,
|
||||
misc-redundant-expression,
|
||||
## TODO: fix and enable # misc-redundant-expression,
|
||||
misc-sizeof-container,
|
||||
misc-sizeof-expression,
|
||||
misc-static-assert,
|
||||
|
||||
Reference in New Issue
Block a user