Enable SwiftLint rule 'unneeded_parentheses_in_closure_argument' and fix all violations
This commit is contained in:
parent
5cca2c30d8
commit
ab80e5297e
8 changed files with 13 additions and 13 deletions
|
|
@ -173,7 +173,7 @@ whitelist_rules:
|
|||
- type_name
|
||||
- unavailable_function
|
||||
- unneeded_break_in_switch
|
||||
# - unneeded_parentheses_in_closure_argument
|
||||
- unneeded_parentheses_in_closure_argument
|
||||
# - unowned_variable_capture
|
||||
- untyped_error_in_catch
|
||||
- unused_capture_list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue