Enable SwiftLint rule 'function_default_parameter_at_end' and fix all violations
This commit is contained in:
parent
5270c92b76
commit
d3a11c9d29
3 changed files with 10 additions and 4 deletions
|
|
@ -67,7 +67,7 @@ whitelist_rules:
|
|||
# - force_try
|
||||
# - force_unwrapping
|
||||
# - function_body_length
|
||||
# - function_default_parameter_at_end
|
||||
- function_default_parameter_at_end
|
||||
# - function_parameter_count
|
||||
- generic_type_name
|
||||
- identical_operands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue