@@ -33,6 +33,7 @@ only_rules:
3333- contains_over_filter_is_empty
3434- contains_over_first_not_nil
3535- contains_over_range_nil_comparison
36+ # - contrasted_opening_brace
3637- control_statement
3738- convenience_type
3839- custom_rules
@@ -73,6 +74,7 @@ only_rules:
7374- file_name
7475- file_name_no_space
7576- file_types_order
77+ - final_test_case
7678- first_where
7779- flatmap_over_map_reduce
7880- for_where
@@ -124,11 +126,13 @@ only_rules:
124126- multiple_closures_with_trailing_closure
125127- nesting
126128- nimble_operator
129+ # - no_empty_block
127130- no_extension_access_modifier
128131- no_fallthrough_only
129132- no_grouping_extension
130133# - no_magic_numbers
131134- no_space_in_method_call
135+ - non_optional_string_data_conversion
132136- non_overridable_class_declaration
133137- notification_center_detachment
134138- ns_number_init_as_function_reference
@@ -137,6 +141,7 @@ only_rules:
137141- nsobject_prefer_isequal
138142- number_separator
139143# - object_literal
144+ # - one_declaration_per_file
140145- opening_brace
141146- operator_usage_whitespace
142147- operator_whitespace
@@ -146,6 +151,7 @@ only_rules:
146151- override_in_extension
147152- pattern_matching_keywords
148153- period_spacing
154+ - prefer_key_path
149155- prefer_nimble
150156- prefer_self_in_static_references
151157- prefer_self_type_over_type_of_self
@@ -181,6 +187,7 @@ only_rules:
181187# - return_value_from_void_function
182188- self_binding
183189- self_in_property_initialization
190+ # - shorthand_argument
184191- shorthand_operator
185192- shorthand_optional_binding
186193- single_test_class
@@ -189,6 +196,7 @@ only_rules:
189196- sorted_imports
190197- statement_position
191198- static_operator
199+ - static_over_final_class
192200- strict_fileprivate
193201- strong_iboutlet
194202- superfluous_disable_command
@@ -221,6 +229,7 @@ only_rules:
221229- unused_control_flow_label
222230- unused_enumerated
223231- unused_optional_binding
232+ - unused_parameter
224233- unused_setter_value
225234- valid_ibinspectable
226235- vertical_parameter_alignment
0 commit comments