missing changes
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 10s
Python / lint-format (pull_request) Successful in 31s
Python / test (pull_request) Successful in 50s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m3s

This commit is contained in:
2026-06-03 02:30:13 +02:00
parent 896e5e520d
commit 0584cd618e
+1 -1
View File
@@ -18,7 +18,7 @@ CheckOptions:
readability-identifier-naming.MemberCase: camelBack readability-identifier-naming.MemberCase: camelBack
readability-identifier-naming.MemberPrefix: m_ readability-identifier-naming.MemberPrefix: m_
readability-identifier-naming.MethodCase: camelBack readability-identifier-naming.MethodCase: camelBack
readability-identifier-naming.NamespaceCase: lower_case readability-identifier-naming.NamespaceCase: CamelCase
readability-identifier-naming.ParameterCase: camelBack readability-identifier-naming.ParameterCase: camelBack
readability-identifier-naming.PrivateMemberPrefix: m_ readability-identifier-naming.PrivateMemberPrefix: m_
readability-identifier-naming.StaticConstantCase: UPPER_CASE readability-identifier-naming.StaticConstantCase: UPPER_CASE