File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ opt_in_rules:
33 - accessibility_trait_for_button
44 - anonymous_argument_in_multiline_closure
55 - array_init
6+ - async_without_await
67 - attributes
78 - balanced_xctest_lifecycle
89 - capture_variable
@@ -54,7 +55,6 @@ opt_in_rules:
5455 - implicit_return
5556 - implicitly_unwrapped_optional
5657 - indentation_width
57- - inert_defer
5858 - joined_default_parameter
5959 - last_where
6060 - legacy_multiple
@@ -133,7 +133,6 @@ opt_in_rules:
133133 - unneeded_parentheses_in_closure_argument
134134 - unowned_variable_capture
135135 - untyped_error_in_catch
136- - unused_capture_list
137136 - unused_declaration
138137 - unused_import
139138 - unused_parameter
@@ -213,6 +212,7 @@ disabled_rules:
213212 # - redundant_discardable_let
214213 # - redundant_objc_attribute
215214 # - redundant_optional_initialization
215+ # - redundant_sendable
216216 # - redundant_set_access_control
217217 # - redundant_string_enum_value
218218 # - redundant_void_return
You can’t perform that action at this time.
0 commit comments