passepartout-apple/.swiftlint.yml

26 lines
485 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
2024-11-28 17:35:44 +00:00
- Passepartout/Intents
- Passepartout/LoginItem
2024-09-23 13:02:26 +00:00
- Passepartout/Shared
2024-11-28 17:35:44 +00:00
- Passepartout/Tests
2024-09-23 13:02:26 +00:00
- Passepartout/Tunnel
2024-11-28 17:35:44 +00:00
- Passepartout/UITests
- Library/Sources
- Library/Tests
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