8bc46cbeb0
This change adds SwiftLint to the project. For now, the rules are tweaked to match the current state of the code base — but will over time be changed back to their defaults in several cases. Some smaller changes (mostly related to code style) were applied to the project to remove all warnings.
8 lines
138 B
YAML
8 lines
138 B
YAML
disabled_rules:
|
|
- nesting
|
|
line_length: 200
|
|
function_body_length: 100
|
|
type_body_length: 600
|
|
file_length: 800
|
|
cyclomatic_complexity: 15
|