You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
424 B
11 lines
424 B
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'
|
|
|