2016-10-28 06:31:35 -04:00
|
|
|
---
|
2016-11-25 07:55:15 -05:00
|
|
|
Checks: '-*,performance-*,readability-*,modernize-use-*,-modernize-raw-string-literal,-modernize-use-bool-literals,-readability-implicit-bool-cast,-readability-else-after-return,-readability-named-parameter'
|
2016-11-25 05:49:37 -05:00
|
|
|
CheckOptions:
|
|
|
|
- key: modernize-loop-convert.NamingStyle
|
|
|
|
value: lower_case
|
|
|
|
- key: readability-identifier-naming.GlobalConstantPrefix
|
|
|
|
value: 'g_'
|
|
|
|
- key: readability-identifier-naming.ClassCase
|
|
|
|
value: lower_case
|
|
|
|
- key: readability-identifier-naming.ClassConstantCase
|
|
|
|
value: UPPER_CASE
|
|
|
|
- key: readability-identifier-naming.ClassMethodCase
|
|
|
|
value: lower_case
|
|
|
|
- key: readability-identifier-naming.MemberCase
|
|
|
|
value: lower_case
|
|
|
|
- key: readability-identifier-naming.ProtectedMemberPrefix
|
|
|
|
value: 'm_'
|
|
|
|
- key: readability-identifier-naming.PrivateMemberPrefix
|
|
|
|
value: 'm_'
|
2016-10-28 06:31:35 -04:00
|
|
|
HeaderFilterRegex: ''
|
2016-11-25 05:49:37 -05:00
|
|
|
WarningsAsErrors: ''
|
2016-10-28 06:31:35 -04:00
|
|
|
AnalyzeTemporaryDtors: false
|
|
|
|
...
|