26 lines
485 B
YAML
26 lines
485 B
YAML
included:
|
|
- Passepartout/App
|
|
- Passepartout/Intents
|
|
- Passepartout/LoginItem
|
|
- Passepartout/Shared
|
|
- Passepartout/Tests
|
|
- Passepartout/Tunnel
|
|
- Passepartout/UITests
|
|
- Library/Sources
|
|
- Library/Tests
|
|
analyzer_rules:
|
|
- unused_declaration
|
|
- unused_import
|
|
opt_in_rules:
|
|
- sorted_imports
|
|
disabled_rules:
|
|
- cyclomatic_complexity
|
|
- file_length
|
|
- force_cast
|
|
- function_body_length
|
|
- identifier_name
|
|
- line_length
|
|
- inclusive_language
|
|
- nesting
|
|
- todo
|