Skip to content

Commit 6aacb72

Browse files
committed
swiftlint base rule for "0.57.0"
1 parent 38ea81b commit 6aacb72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

swiftlint_base.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

150149
disabled_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

0 commit comments

Comments
 (0)