Skip to content

Commit f4d27e7

Browse files
committed
Learning how to .yml
1 parent 70ece8e commit f4d27e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.swiftlint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ whitelist_rules:
6969
# - legacy_constructor
7070

7171
# Lines should not span too many characters.
72-
line_length: 160
72+
- line_length
7373

7474
# MARK comment should be in valid format.
7575
- mark
@@ -136,6 +136,8 @@ vertical_whitespace:
136136
max_empty_lines: 3
137137
severity: error
138138

139+
line_length: 160
140+
139141
control_statement:
140142
severity: error
141143

0 commit comments

Comments
 (0)