mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
56 lines
2.6 KiB
Plaintext
56 lines
2.6 KiB
Plaintext
|
---
|
||
|
Checks: '*,-fuchsia-*,-google-*,-zircon-*,-abseil-*,-modernize-use-trailing-return-type,-llvm-*,-llvmlibc-*'
|
||
|
CheckOptions: [{ key: misc-non-private-member-variables-in-classes, value: IgnoreClassesWithAllMemberVariablesBeingPublic }]
|
||
|
WarningsAsErrors: '*'
|
||
|
HeaderFilterRegex: ''
|
||
|
FormatStyle: none
|
||
|
|
||
|
CheckOptions:
|
||
|
- key: readability-identifier-naming.ClassCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.ClassMemberCase
|
||
|
value: lower_case
|
||
|
- key: readability-identifier-naming.ConstexprVariableCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.ConstexprVariablePrefix
|
||
|
value: k
|
||
|
- key: readability-identifier-naming.EnumCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.EnumConstantCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.EnumConstantPrefix
|
||
|
value: k
|
||
|
- key: readability-identifier-naming.FunctionCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.GlobalConstantCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.GlobalConstantPrefix
|
||
|
value: k
|
||
|
- key: readability-identifier-naming.StaticConstantCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.StaticConstantPrefix
|
||
|
value: k
|
||
|
- key: readability-identifier-naming.StaticVariableCase
|
||
|
value: lower_case
|
||
|
- key: readability-identifier-naming.MacroDefinitionCase
|
||
|
value: UPPER_CASE
|
||
|
- key: readability-identifier-naming.MacroDefinitionIgnoredRegexp
|
||
|
value: '^[A-Z]+(_[A-Z]+)*_$'
|
||
|
- key: readability-identifier-naming.MemberCase
|
||
|
value: lower_case
|
||
|
- key: readability-identifier-naming.PrivateMemberSuffix
|
||
|
value: _
|
||
|
- key: readability-identifier-naming.PublicMemberSuffix
|
||
|
value: ''
|
||
|
- key: readability-identifier-naming.NamespaceCase
|
||
|
value: lower_case
|
||
|
- key: readability-identifier-naming.ParameterCase
|
||
|
value: lower_case
|
||
|
- key: readability-identifier-naming.TypeAliasCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.TypedefCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.VariableCase
|
||
|
value: lower_case
|
||
|
- key: readability-identifier-naming.IgnoreMainLikeFunctions
|
||
|
value: 1
|