chore: import upstream snapshot with attribution
Docker Image CI / build-ubuntu2004 (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:36:55 +08:00
commit c8a779b1bb
1887 changed files with 3245738 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
InheritParentConfig: true
CheckOptions:
- { key: readability-identifier-naming.FunctionIgnoredRegexp, value: '^[a-z][a-z0-9_]*$' }
- { key: readability-identifier-naming.LocalVariableIgnoredRegexp, value: '^[a-z][a-z0-9_]*$' }
- { key: readability-identifier-naming.GlobalVariableIgnoredRegexp, value: '^[a-z][a-z0-9_]*$' }
- { key: readability-identifier-naming.StaticVariableIgnoredRegexp, value: '^[a-z][a-z0-9_]*$' }
- { key: readability-identifier-naming.ParameterIgnoredRegexp, value: '^[a-z][a-z0-9_]*$' }
- { key: readability-identifier-naming.GlobalConstantIgnoredRegexp, value: '^[a-z][a-z0-9_]*$' }
- { key: readability-identifier-naming.StaticConstantIgnoredRegexp, value: '^(?:[a-z][a-z0-9_]*|[A-Za-z][A-Za-z0-9]*_[A-Za-z0-9_]+)$' }
- { key: readability-identifier-naming.ConstexprVariableIgnoredRegexp, value: '^[a-z][a-z0-9_]*$' }
- { key: readability-identifier-naming.ClassConstantIgnoredRegexp, value: '^[a-z][a-z0-9_]*$' }