Skip to content

Commit 70ece8e

Browse files
committed
Update hound to allow 160 characters for a line length, instead of 120.
1 parent 65ede9c commit 70ece8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.swiftlint.yml

Lines changed: 1 addition & 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: 160
7373

7474
# MARK comment should be in valid format.
7575
- mark

0 commit comments

Comments
 (0)