2020-12-06 11:35:08 +00:00
|
|
|
Checks: 'readability-*,clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*,performance-*,
|
|
|
|
bugprone-*,modernize-*,-modernize-use-trailing-return-type,-readability-function-cognitive-complexity'
|
2020-10-04 14:33:12 +00:00
|
|
|
HeaderFilterRegex: ''
|
|
|
|
AnalyzeTemporaryDtors: false
|
|
|
|
CheckOptions:
|
|
|
|
- key: readability-identifier-naming.ClassCase
|
|
|
|
value: CamelCase
|
|
|
|
- key: readability-identifier-naming.PrivateMemberCase
|
|
|
|
value: camelBack
|
|
|
|
- key: readability-identifier-naming.PrivateMemberPrefix
|
|
|
|
value: '_'
|