mirror of https://github.com/istio/istio.io.git
Reenable HTML proofer
This commit is contained in:
parent
7b4d83d0a0
commit
294745977c
2
Makefile
2
Makefile
|
|
@ -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/,/github.com/istio/istio/issues/new/choose/"
|
||||
htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/,/github.com/istio/istio/issues/new/choose/"
|
||||
|
||||
prep_lint_local:
|
||||
npm install --prefix .tools/node markdown-spellcheck
|
||||
|
|
|
|||
Loading…
Reference in New Issue