Enable SwiftLint rule 'computed_accessors_order' and fix all violations
This commit is contained in:
parent
3197ef39a3
commit
8a4136b7ce
2 changed files with 7 additions and 6 deletions
|
|
@ -20,6 +20,7 @@ whitelist_rules:
|
|||
- colon
|
||||
- comma
|
||||
- compiler_protocol_init
|
||||
- computed_accessors_order
|
||||
- conditional_returns_on_newline
|
||||
- contains_over_filter_count
|
||||
- contains_over_filter_is_empty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue