33 lines
673 B
Plaintext
33 lines
673 B
Plaintext
|
---
|
||
|
Checks: >
|
||
|
-*,
|
||
|
readability-*,
|
||
|
modernize-*,
|
||
|
cppcoreguidelines-*,
|
||
|
performance-*,
|
||
|
bugprone-*,
|
||
|
clang-analyzer-*,
|
||
|
misc-*,
|
||
|
google-*,
|
||
|
cert-*,
|
||
|
portability-*,
|
||
|
cppcoreguidelines-pro-bounds-array-to-pointer-decay
|
||
|
|
||
|
WarningsAsErrors: ''
|
||
|
HeaderFilterRegex: '.*'
|
||
|
FormatStyle: none
|
||
|
User: ''
|
||
|
CheckOptions:
|
||
|
- key: readability-identifier-naming.VariableCase
|
||
|
value: lower_case
|
||
|
- key: readability-identifier-naming.FunctionCase
|
||
|
value: CamelCase
|
||
|
- key: modernize-use-auto
|
||
|
value: 0
|
||
|
- key: modernize-use-nullptr
|
||
|
value: 1
|
||
|
- key: cppcoreguidelines-non-private-member-variables-in-classes
|
||
|
value: 1
|
||
|
- key: modernize-use-override
|
||
|
value: 1
|