Swiftlint correction
This commit is contained in:
parent
5bdccd47d6
commit
2b3852a21a
|
|
@ -3,7 +3,6 @@ opt_in_rules:
|
|||
# performance
|
||||
|
||||
- first_where
|
||||
- last_where
|
||||
- empty_string
|
||||
- empty_count
|
||||
|
||||
|
|
@ -60,6 +59,7 @@ excluded:
|
|||
- Carthage
|
||||
- Pods
|
||||
- Generated
|
||||
- Localization
|
||||
|
||||
line_length: 128
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue