Enable SwiftLint rule 'type_name' and fix all violations
This commit is contained in:
parent
a0f6b2d039
commit
5cca2c30d8
1 changed files with 3 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ whitelist_rules:
|
||||||
- trailing_whitespace
|
- trailing_whitespace
|
||||||
# - type_body_length
|
# - type_body_length
|
||||||
# - type_contents_order
|
# - type_contents_order
|
||||||
# - type_name
|
- type_name
|
||||||
- unavailable_function
|
- unavailable_function
|
||||||
- unneeded_break_in_switch
|
- unneeded_break_in_switch
|
||||||
# - unneeded_parentheses_in_closure_argument
|
# - unneeded_parentheses_in_closure_argument
|
||||||
|
|
@ -201,3 +201,5 @@ whitelist_rules:
|
||||||
closure_body_length:
|
closure_body_length:
|
||||||
warning: 40
|
warning: 40
|
||||||
error: 60
|
error: 60
|
||||||
|
type_name:
|
||||||
|
max_length: 50
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue