mpv/.swiftlint.yml

11 lines
214 B
YAML
Raw Normal View History

2024-04-27 20:02:23 +00:00
disabled_rules:
- identifier_name
- line_length
- large_tuple
- void_function_in_ternary
- function_body_length
- cyclomatic_complexity
- file_length
- type_body_length
strict: true