We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3c070 commit 0edd7f7Copy full SHA for 0edd7f7
1 file changed
Makefile
@@ -27,5 +27,3 @@ spellcheck-local: ## Runs the spellcheck tool locally (requires aspell and pyspe
27
fix: ## Runs the linting tool and fixes simple mistakes
28
docker run --rm -u ${user} -v "$(shell pwd):/docs" -e INPUT_FIX=true -e INPUT_IGNORE=${ignored} avtodev/markdown-lint:v1.5 \
29
--config /docs/markdown-style-config.yml /docs
30
-
31
0 commit comments