tunnelkit/Demo/.swiftlint.yml

13 lines
212 B
YAML
Raw Normal View History

2023-04-20 19:56:22 +00:00
analyzer_rules:
- unused_declaration
- unused_import
disabled_rules:
- cyclomatic_complexity
- file_length
- force_cast
- function_body_length
- identifier_name
- line_length
- nesting
- todo