Skip to content

Commit dfcc552

Browse files
authored
Merge pull request #730 from woocommerce/issue/hound-char-limit
Update hound to allow 160 characters for a line length, instead of 120.
2 parents 572996f + f4d27e7 commit dfcc552

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
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)