Disable HTML proofer to allow Netlify to work

This commit is contained in:
mtail 2018-06-13 15:03:02 -07:00
parent 8bf3a38617
commit 21f7dded86
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ prep_lint:
lint:
.tools/node/node_modules/markdown-spellcheck/bin/mdspell --en-us --ignore-acronyms --ignore-numbers --no-suggestions --report content/*.md content/*/*.md content/*/*/*.md content/*/*/*/*.md content/*/*/*/*/*.md content/*/*/*/*/*/*.md content/*/*/*/*/*/*/*.md
mdl --ignore-front-matter --style mdl_style.rb .
htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/"
# htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/"
prep_lint_local:
npm install --prefix .tools/node markdown-spellcheck