Add swiftlint & Minor fixes

This commit is contained in:
世界
2025-11-27 16:10:55 +08:00
parent 8855e0eef9
commit 0bfb6d2516
29 changed files with 382 additions and 196 deletions
+21
View File
@@ -0,0 +1,21 @@
excluded:
- Frameworks
- Libbox.xcframework
- build
disabled_rules:
- identifier_name
- type_body_length
- file_length
- function_body_length
- cyclomatic_complexity
- large_tuple
- nesting
- line_length
- todo
- trailing_comma
- function_parameter_count
- type_name
- force_cast
- force_try
- opening_brace