Enable SwiftLint rule 'function_parameter_count'

This commit is contained in:
Danny Moesch 2020-09-20 13:42:41 +02:00 committed by Mingshen Sun
parent 2cdd0e2521
commit b4d1b4de29

View file

@ -73,7 +73,7 @@ whitelist_rules:
# - force_unwrapping
# - function_body_length
- function_default_parameter_at_end
# - function_parameter_count
- function_parameter_count
- generic_type_name
- ibinspectable_in_extension
- identical_operands