Skip to content

Commit a72a068

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cache:
33
- cargo
44
before_install:
55
- shopt -s globstar
6-
- MAX_LINE_LENGTH=80 bash ci/check_line_lengths.sh src/**/*.md
6+
- MAX_LINE_LENGTH=100 bash ci/check_line_lengths.sh src/**/*.md
77
install:
88
- source ~/.cargo/env || true
99
- bash ci/install.sh

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)