mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
12 lines
424 B
YAML
12 lines
424 B
YAML
Checks: '-*,readability-braces-around-statements,
|
|
modernize-use-nullptr,
|
|
modernize-redundant-void-arg'
|
|
WarningsAsErrors: 'readability-braces-around-statements,
|
|
modernize-use-nullptr,
|
|
modernize-redundant-void-arg'
|
|
HeaderFilterRegex: '*.h, *.hpp'
|
|
AnalyzeTemporaryDtors: false
|
|
CheckOptions:
|
|
- key: readability-braces-around-statements.ShortStatementLines
|
|
value: '1'
|