Disable deprecated rules (#4806)
This commit is contained in:
parent
31510b662e
commit
7d7bee5eee
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue