clang-tidy: added StaticConstantCase CheckOption

This commit is contained in:
zjeffer 2023-12-04 15:05:00 +01:00
parent 5f8ae44233
commit 8a84cb609e
1 changed files with 1 additions and 0 deletions

View File

@ -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 }