mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
clang-tidy modernize-use-nullptr
This commit is contained in:
+4
-2
@@ -1,5 +1,7 @@
|
||||
Checks: '-*,readability-braces-around-statements'
|
||||
WarningsAsErrors: readability-braces-around-statements
|
||||
Checks: '-*,readability-braces-around-statements,
|
||||
modernize-use-nullptr'
|
||||
WarningsAsErrors: 'readability-braces-around-statements,
|
||||
modernize-use-nullptr'
|
||||
HeaderFilterRegex: '*.h, *.hpp'
|
||||
AnalyzeTemporaryDtors: false
|
||||
CheckOptions:
|
||||
|
||||
Reference in New Issue
Block a user