diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2018-09-10 14:34:48 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2018-09-11 16:31:47 -0400 |
| commit | 3d96e531bbab24c29e380acc717fce6ad7adbf24 (patch) | |
| tree | e7a1a02049ebeaf3a2388900b13be3c0ba1f73c7 /src/doc/rustc-dev-guide | |
| parent | efdbbf70cb0d34ea1cc9b532caee4e938e15fe58 (diff) | |
| download | rust-3d96e531bbab24c29e380acc717fce6ad7adbf24.tar.gz rust-3d96e531bbab24c29e380acc717fce6ad7adbf24.zip | |
bump max line length to 100
otherwise our summary.md doesn't fit
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/.travis.yml | 2 | ||||
| -rwxr-xr-x | src/doc/rustc-dev-guide/ci/check_line_lengths.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/.travis.yml b/src/doc/rustc-dev-guide/.travis.yml index d7f8f8f42f5..55ea2058764 100644 --- a/src/doc/rustc-dev-guide/.travis.yml +++ b/src/doc/rustc-dev-guide/.travis.yml @@ -3,7 +3,7 @@ cache: - cargo before_install: - shopt -s globstar -- MAX_LINE_LENGTH=80 bash ci/check_line_lengths.sh src/**/*.md +- MAX_LINE_LENGTH=100 bash ci/check_line_lengths.sh src/**/*.md install: - source ~/.cargo/env || true - bash ci/install.sh diff --git a/src/doc/rustc-dev-guide/ci/check_line_lengths.sh b/src/doc/rustc-dev-guide/ci/check_line_lengths.sh index 91f199b7e36..5b7b12d3e5e 100755 --- a/src/doc/rustc-dev-guide/ci/check_line_lengths.sh +++ b/src/doc/rustc-dev-guide/ci/check_line_lengths.sh @@ -2,7 +2,7 @@ if [ "$1" == "--help" ]; then echo 'Usage:' - echo ' MAX_LINE_LENGTH=80' "$0" 'src/**/*.md' + echo ' MAX_LINE_LENGTH=100' "$0" 'src/**/*.md' exit 1 fi |
