Skip to content

Commit

Permalink
Removed deprecated swiftlint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrentka committed Jul 4, 2023
1 parent 1244e55 commit f66772f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ only_rules:
- vertical_whitespace
- void_return
# opt-in rules
- anyobject_protocol
- array_init
- closure_end_indentation
- closure_spacing
Expand All @@ -76,15 +75,12 @@ only_rules:
- period_spacing
- prefer_zero_over_explicit_init
- self_binding
- unused_capture_list
- vertical_parameter_alignment_on_call
- vertical_whitespace_between_cases
- vertical_whitespace_closing_braces
- vertical_whitespace_opening_braces
- yoda_condition

anyobject_protocol: error

array_init: error

block_based_kvo: error
Expand Down Expand Up @@ -249,8 +245,6 @@ unavailable_condition: error

unneeded_break_in_switch: error

unused_capture_list: error

unused_closure_parameter: error

unused_enumerated: error
Expand Down

0 comments on commit f66772f

Please sign in to comment.