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.
23 lines
803 B
23 lines
803 B
2 years ago
|
Checks: '-*,misc-assert-side-effect,readability-container-size-empty'
|
||
|
CheckOptions:
|
||
|
- key: readability-identifier-naming.TypedefCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.StructCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.ClassCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.ParameterCase
|
||
|
value: lower_case
|
||
|
- key: readability-identifier-naming.FunctionCase
|
||
|
value: lower_case
|
||
|
- key: readability-identifier-naming.NamespaceCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.GlobalConstantCase
|
||
|
value: UPPER_CASE
|
||
|
- key: readability-identifier-naming.PrivateMemberSuffix
|
||
|
value: _
|
||
|
- key: misc-assert-side-effect.CheckFunctionCalls
|
||
|
value: 1
|
||
|
- key: misc-assert-side-effect.AssertMacros
|
||
|
value: 'assert'
|