about summary refs log tree commit diff
path: root/src/ci/docker/scripts
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-04-29 05:18:12 +0000
committerbors <bors@rust-lang.org>2019-04-29 05:18:12 +0000
commit1b6caa7cd6ae86b580e691b3f075d946800ee51b (patch)
tree2ca444c4ef15f604296e29ed5b75e9e01566ab3b /src/ci/docker/scripts
parentc7fcbfbf1fff2794de5ec6dcb0a052c345ded3a7 (diff)
parent2ae7b0c8983b377d1c11ab63f13acc9df0d8e745 (diff)
downloadrust-1b6caa7cd6ae86b580e691b3f075d946800ee51b.tar.gz
rust-1b6caa7cd6ae86b580e691b3f075d946800ee51b.zip
Auto merge of #60338 - petrochenkov:notidy, r=varkor
tidy: Fix some more false positives for long URLs

A URL that's simply longer than 100 characters is ok regardless of context.

r? @varkor
Diffstat (limited to 'src/ci/docker/scripts')
-rw-r--r--src/ci/docker/scripts/sccache.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ci/docker/scripts/sccache.sh b/src/ci/docker/scripts/sccache.sh
index e05246201dd..4c03419894e 100644
--- a/src/ci/docker/scripts/sccache.sh
+++ b/src/ci/docker/scripts/sccache.sh
@@ -1,5 +1,3 @@
-# ignore-tidy-linelength
-
 set -ex
 
 curl -fo /usr/local/bin/sccache \