2020-09-26 10:46:48 +00:00
|
|
|
Checks: 'readability-*,clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*,performance-*,cppcoreguidelines-*,
|
2021-04-11 13:20:50 +00:00
|
|
|
bugprone-*,modernize-*,-modernize-use-trailing-return-type,-cppcoreguidelines-non-private-member-variables-in-classes'
|
2020-09-26 10:46:48 +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: '_'
|