@@ -9,8 +9,9 @@ only_rules:
99- accessibility_label_for_image
1010- accessibility_trait_for_button
1111- anonymous_argument_in_multiline_closure
12- - anyobject_protocol
1312- array_init
13+ - async_without_await
14+ - attribute_name_spacing
1415# - attributes
1516- balanced_xctest_lifecycle
1617- blanket_disable_command
@@ -94,7 +95,6 @@ only_rules:
9495- implicitly_unwrapped_optional
9596- inclusive_language
9697# - indentation_width
97- - inert_defer
9898- invalid_swiftlint_command
9999- is_disjoint
100100- joined_default_parameter
@@ -145,6 +145,7 @@ only_rules:
145145- opening_brace
146146- operator_usage_whitespace
147147- operator_whitespace
148+ - optional_data_string_conversion
148149- optional_enum_case_matching
149150- orphaned_doc_comment
150151- overridden_super_call
@@ -155,6 +156,7 @@ only_rules:
155156- prefer_nimble
156157- prefer_self_in_static_references
157158- prefer_self_type_over_type_of_self
159+ - prefer_type_checking
158160- prefer_zero_over_explicit_init
159161# - prefixed_toplevel_constant
160162- private_action
@@ -177,6 +179,7 @@ only_rules:
177179- redundant_objc_attribute
178180- redundant_optional_initialization
179181- redundant_self_in_closure
182+ - redundant_sendable
180183- redundant_set_access_control
181184# - redundant_string_enum_value
182185- redundant_type_annotation
@@ -224,7 +227,6 @@ only_rules:
224227- unneeded_synthesized_initializer
225228- unowned_variable_capture
226229- untyped_error_in_catch
227- - unused_capture_list
228230- unused_closure_parameter
229231- unused_control_flow_label
230232- unused_enumerated
0 commit comments