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