| 1234567891011121314151617 |
- Checks: >
- bugprone-*,
- performance-*,
- readability-*,
- modernize-*,
- cppcoreguidelines-*,
- clang-analyzer-*,
- misc-*,
- -modernize-use-trailing-return-type,
- -cppcoreguidelines-pro-type-reinterpret-cast
- WarningsAsErrors: ''
- HeaderFilterRegex: '^(?!.*third_party/).*/Standard-of-Iron/.*'
- FormatStyle: file
- CheckOptions:
- - key: readability-identifier-naming.VariableCase
- value: lower_case
|