Skip to content

Commit ca77bd5

Browse files
committed
bump max line length to 100
otherwise our summary.md doesn't fit
1 parent ecaee7d commit ca77bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/check_line_lengths.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if [ "$1" == "--help" ]; then
44
echo 'Usage:'
5-
echo ' MAX_LINE_LENGTH=80' "$0" 'src/**/*.md'
5+
echo ' MAX_LINE_LENGTH=100' "$0" 'src/**/*.md'
66
exit 1
77
fi
88

0 commit comments

Comments
 (0)