Enable SwiftLint rule 'function_parameter_count'
This commit is contained in:
parent
2cdd0e2521
commit
b4d1b4de29
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ whitelist_rules:
|
||||||
# - force_unwrapping
|
# - force_unwrapping
|
||||||
# - function_body_length
|
# - function_body_length
|
||||||
- function_default_parameter_at_end
|
- function_default_parameter_at_end
|
||||||
# - function_parameter_count
|
- function_parameter_count
|
||||||
- generic_type_name
|
- generic_type_name
|
||||||
- ibinspectable_in_extension
|
- ibinspectable_in_extension
|
||||||
- identical_operands
|
- identical_operands
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue