9 lines
265 B
Text
9 lines
265 B
Text
|
---
|
||
|
Checks: 'clang-diagnostic-*,clang-analyzer-*,performance-*,portability-*,bugprone-*'
|
||
|
CheckOptions:
|
||
|
- key: readability-identifier-naming.MethodCase
|
||
|
value: camelBack
|
||
|
- key: readability-identifier-naming.ParameterCase
|
||
|
value: camelBack
|
||
|
...
|