diff --git a/Makefile b/Makefile index 9eb3b1d639..bd07691be6 100644 --- a/Makefile +++ b/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/" +# 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