Skip to content

Commit d862e60

Browse files
committed
Move swiftlint config file to Support
1 parent f2adbf2 commit d862e60

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ disabled_rules:
22
- force_cast
33
- identifier_name
44
- large_tuple
5-
- operator_whitespace
6-
- trailing_whitespace
75
- todo
86
opt_in_rules:
97
- attributes
@@ -36,6 +34,7 @@ opt_in_rules:
3634
- modifier_order
3735
- number_separator
3836
- operator_usage_whitespace
37+
- operator_whitespace
3938
- overridden_super_call
4039
- override_in_extension
4140
- private_action
@@ -47,6 +46,7 @@ opt_in_rules:
4746
- sorted_imports
4847
- static_operator
4948
- toggle_bool
49+
- trailing_whitespace
5050
- unneeded_parentheses_in_closure_argument
5151
- yoda_condition
5252
- xct_specific_matcher
@@ -71,8 +71,9 @@ nesting:
7171
type_level: 2
7272

7373
excluded:
74-
- Carthage
7574
- Tests
75+
- Resources
76+
- Support
7677

7778
trailing_comma:
7879
mandatory_comma: true

0 commit comments

Comments
 (0)