21 lines
461 B
YAML
21 lines
461 B
YAML
---
|
|
Checks:
|
|
- -*
|
|
- misc-include-cleaner
|
|
- modernize-*
|
|
- readability-*
|
|
- clang-analyzer-*
|
|
- bugprone-*
|
|
- cert-*
|
|
- cppcoreguidelines-*
|
|
- -cppcoreguidelines-avoid-magic-numbers
|
|
- -readability-magic-numbers
|
|
CheckOptions:
|
|
- key: readability-braces-around-statements.ShortStatementLines
|
|
value: 2
|
|
- key: readability-identifier-length.IgnoredVariableNames
|
|
value: i|j|k|n|x|y|z
|
|
WarningsAsErrors: ""
|
|
FormatStyle: file
|
|
SystemHeaders: false
|