Skip to content

Commit

Permalink
swiftlint base rule for "0.57.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 9, 2024
1 parent 38ea81b commit 6aacb72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion swiftlint_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ opt_in_rules:
- accessibility_label_for_image
- accessibility_trait_for_button
- anonymous_argument_in_multiline_closure
- anyobject_protocol
- array_init
- attributes
- balanced_xctest_lifecycle
Expand Down Expand Up @@ -148,6 +147,7 @@ opt_in_rules:


disabled_rules:
# - attribute_name_spacing
# - blanket_disable_command
# - block_based_kvo
# - class_delegate_protocol
Expand Down Expand Up @@ -203,7 +203,9 @@ disabled_rules:
# - nsobject_prefer_isequal
# - opening_brace
# - operator_whitespace
# - optional_data_string_conversion
# - orphaned_doc_comment
# - prefer_type_checking
# - private_over_fileprivate
# - private_unit_test
# - protocol_property_accessors_order
Expand Down

0 comments on commit 6aacb72

Please sign in to comment.