Disable deprecated rules (#4806)

This commit is contained in:
Danny Mösch 2023-03-11 13:48:04 +01:00 committed by GitHub
parent 31510b662e
commit 7d7bee5eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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
@ -26,6 +27,7 @@ disabled_rules:
- implicit_return
- implicitly_unwrapped_optional
- indentation_width
- inert_defer
- missing_docs
- multiline_arguments
- multiline_arguments_brackets
@ -45,6 +47,7 @@ disabled_rules:
- switch_case_on_newline
- trailing_closure
- type_contents_order
- unused_capture_list
- vertical_whitespace_between_cases
attributes: