clang-tidy: added StaticConstantCase CheckOption
This commit is contained in:
parent
5f8ae44233
commit
8a84cb609e
|
@ -26,3 +26,4 @@ CheckOptions:
|
|||
- { key: readability-identifier-naming.EnumCase, value: CamelCase }
|
||||
- { key: readability-identifier-naming.EnumConstantCase, value: UPPER_CASE }
|
||||
- { key: readability-identifier-naming.GlobalConstantCase, value: UPPER_CASE }
|
||||
- { key: readability-identifier-naming.StaticConstantCase, value: UPPER_CASE }
|
||||
|
|
Loading…
Reference in New Issue