passepartout-apple/.swiftlint.yml

22 lines
411 B
YAML
Raw Normal View History

2023-03-19 13:41:53 +00:00
included:
2024-09-23 13:02:26 +00:00
- Passepartout/App
- Passepartout/Library/Sources
- Passepartout/Library/Tests
- Passepartout/Shared
- Passepartout/Tunnel
2023-03-19 15:10:40 +00:00
analyzer_rules:
- unused_declaration
- unused_import
opt_in_rules:
- sorted_imports
2023-03-19 13:41:53 +00:00
disabled_rules:
- cyclomatic_complexity
- file_length
- force_cast
2023-03-19 15:10:40 +00:00
- function_body_length
2023-03-19 13:41:53 +00:00
- identifier_name
- line_length
2024-09-23 13:02:26 +00:00
- inclusive_language
2023-03-19 13:41:53 +00:00
- nesting
- todo