Add git hooks

Signed-off-by: CHatingPython <chatingpython@gmail.com>
This commit is contained in:
CHatingPython
2026-05-26 13:14:37 +02:00
committed by CHatingPython
parent 7017d83204
commit 4a58e97812
9 changed files with 70 additions and 43 deletions
+7 -7
View File
@@ -49,17 +49,17 @@ CheckOptions:
# Types
- key: readability-identifier-naming.StructCase
value: snake_case
value: lower_case
- key: readability-identifier-naming.ClassCase
value: snake_case
value: lower_case
- key: readability-identifier-naming.EnumCase
value: snake_case
value: lower_case
# - key: readability-identifier-naming.AbstractClassPrefix
# value: I
# Functions
- key: readability-identifier-naming.FunctionCase
value: snake_case
value: lower_case
# Variables
- key: readability-identifier-naming.VariableCase
@@ -81,13 +81,13 @@ CheckOptions:
# Static constexpr
- key: readability-identifier-naming.StaticConstexprVariableCase
value: aNy_CaSe
value: aNy_CasE
# Constants
- key: readability-identifier-naming.ConstantCase
value: aNy_CaSe
value: aNy_CasE
- key: readability-identifier-naming.StaticConstantCase
value: aNy_CaSe
value: aNy_CasE
- key: readability-identifier-naming.EnumConstantCase
value: CamelCase
- key: readability-identifier-naming.ScopedEnumConstantCase