We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3881005 commit 38ea81bCopy full SHA for 38ea81b
swiftlint_base.yml
@@ -17,6 +17,7 @@ opt_in_rules:
17
- contains_over_filter_is_empty
18
- contains_over_first_not_nil
19
- contains_over_range_nil_comparison
20
+ - contrasted_opening_brace
21
- convenience_type
22
- direct_return
23
- discarded_notification_center_observer
@@ -157,7 +158,6 @@ disabled_rules:
157
158
# - comment_spacing
159
# - compiler_protocol_init
160
# - computed_accessors_order
- # - contrasted_opening_brace
161
# - control_statement
162
# - custom_rules
163
# - cyclomatic_complexity
0 commit comments