Skip to content

Commit

Permalink
Update .swiftlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanpe authored Sep 15, 2020
1 parent c50547e commit 7a2cc5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ disabled_rules:
- multiple_closures_with_trailing_closure
- class_delegate_protocol
opt_in_rules:
- multiline_arguments
- multiline_parameters
- closure_spacing
- closure_end_indentation
- closure_body_length
Expand Down Expand Up @@ -57,4 +59,4 @@ file_length:
- 3000
large_tuple:
- 5
- 6
- 6

0 comments on commit 7a2cc5d

Please sign in to comment.