Skip to content

Commit

Permalink
Disable deprecated rules (#5549)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Apr 29, 2024
1 parent 108b1fc commit 99a990d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ opt_in_rules:
- all
disabled_rules:
- anonymous_argument_in_multiline_closure
- anyobject_protocol
- closure_body_length
- conditional_returns_on_newline
- convenience_type
Expand All @@ -24,6 +25,7 @@ disabled_rules:
- function_default_parameter_at_end
- implicit_return
- indentation_width
- inert_defer
- missing_docs
- multiline_arguments
- multiline_arguments_brackets
Expand All @@ -45,6 +47,7 @@ disabled_rules:
- todo
- trailing_closure
- type_contents_order
- unused_capture_list
- vertical_whitespace_between_cases

attributes:
Expand Down

0 comments on commit 99a990d

Please sign in to comment.