tuist/.swiftlint.yml

31 lines
499 B
YAML

included:
- Sources
excluded:
- Assets
- fixtures
- Tests
- .build
- tools/fixturegen/.build
- tools/tuistbench/.build
disabled_rules:
- trailing_whitespace
- trailing_comma
- nesting
- cyclomatic_complexity
- file_length
- todo
- function_parameter_count
line_length:
ignores_interpolated_strings: true
ignores_comments: true
warning: 150
error: 170
identifier_name:
min_length:
error: 1
warning: 1
type_name:
min_length:
error: 1
warning: 1