Files
sing-box-for-apple/.swiftlint.yml
T
2025-11-27 16:10:55 +08:00

22 lines
345 B
YAML

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