We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c29272 commit 206afbfCopy full SHA for 206afbf
hack/ci/link-check.sh
@@ -7,4 +7,5 @@ CONTAINER_ENGINE=${CONTAINER_ENGINE:="docker"}
7
# ignore
8
# 1: links going back to help.github.com are rate-limited and can make this flaky
9
# 2: docsy autogenerated edit links to original markdown source, which will fail if the markdown file is new
10
-${CONTAINER_ENGINE} run --rm -v $(pwd)/public:/target mtlynch/htmlproofer /target --ignore-empty-alt --ignore-status-codes 429 --allow-hash-href --no-check-external-hash --ignore-urls '/help.github.com/,/edit\/master\/.*\.md/,/tree\/master\/.*\.md/,/new\/master\/.*filename=change-me\.md/'
+# 3: ignore localhost link to a hugo site
11
+${CONTAINER_ENGINE} run --rm -v $(pwd)/public:/target mtlynch/htmlproofer /target --ignore-empty-alt --ignore-status-codes 429 --allow-hash-href --no-check-external-hash --ignore-urls '/help.github.com/,/edit\/master\/.*\.md/,/tree\/master\/.*\.md/,/new\/master\/.*filename=change-me\.md/,/localhost:1313/'
0 commit comments