Enable SwiftLint rule 'conditional_returns_on_newline' and fix all violations
This commit is contained in:
parent
fdca54a0ab
commit
08473f8f05
3 changed files with 16 additions and 6 deletions
|
|
@ -20,7 +20,7 @@ whitelist_rules:
|
|||
- colon
|
||||
- comma
|
||||
- compiler_protocol_init
|
||||
# - conditional_returns_on_newline
|
||||
- conditional_returns_on_newline
|
||||
- contains_over_filter_count
|
||||
- contains_over_filter_is_empty
|
||||
# - contains_over_first_not_nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue