Skip to content

Commit 38ea81b

Browse files
committed
swiftlint base rule for "0.56.1"
1 parent 3881005 commit 38ea81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swiftlint_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ opt_in_rules:
1717
- contains_over_filter_is_empty
1818
- contains_over_first_not_nil
1919
- contains_over_range_nil_comparison
20+
- contrasted_opening_brace
2021
- convenience_type
2122
- direct_return
2223
- discarded_notification_center_observer
@@ -157,7 +158,6 @@ disabled_rules:
157158
# - comment_spacing
158159
# - compiler_protocol_init
159160
# - computed_accessors_order
160-
# - contrasted_opening_brace
161161
# - control_statement
162162
# - custom_rules
163163
# - cyclomatic_complexity

0 commit comments

Comments
 (0)