File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ opt_in_rules:
22 - accessibility_label_for_image
33 - accessibility_trait_for_button
44 - anonymous_argument_in_multiline_closure
5- - anyobject_protocol
65 - array_init
76 - attributes
87 - balanced_xctest_lifecycle
@@ -148,6 +147,7 @@ opt_in_rules:
148147
149148
150149disabled_rules :
150+ # - attribute_name_spacing
151151 # - blanket_disable_command
152152 # - block_based_kvo
153153 # - class_delegate_protocol
@@ -203,7 +203,9 @@ disabled_rules:
203203 # - nsobject_prefer_isequal
204204 # - opening_brace
205205 # - operator_whitespace
206+ # - optional_data_string_conversion
206207 # - orphaned_doc_comment
208+ # - prefer_type_checking
207209 # - private_over_fileprivate
208210 # - private_unit_test
209211 # - protocol_property_accessors_order
You can’t perform that action at this time.
0 commit comments