Enable SwiftLint rule 'closure_parameter_position' and fix all violations
This commit is contained in:
parent
5299ca25d7
commit
fdca54a0ab
2 changed files with 2 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ whitelist_rules:
|
|||
- closing_brace
|
||||
- closure_body_length
|
||||
- closure_end_indentation
|
||||
# - closure_parameter_position
|
||||
- closure_parameter_position
|
||||
- closure_spacing
|
||||
- collection_alignment
|
||||
- colon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue