mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 05:20:06 +08:00
8 lines
292 B
YAML
8 lines
292 B
YAML
Checks: '-*,readability-braces-around-statements'
|
|
WarningsAsErrors: readability-braces-around-statements
|
|
HeaderFilterRegex: '*.h, *.hpp'
|
|
AnalyzeTemporaryDtors: false
|
|
CheckOptions:
|
|
- key: readability-braces-around-statements.ShortStatementLines
|
|
value: '1'
|