1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

Add basic scripts for local markdown linting

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2021-10-20 10:36:36 +13:00
parent 140ad2987f
commit 56655a08e7
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
docker run --rm \
-v "$(pwd):/data:ro" \
avtodev/markdown-lint:v1 \
--config /data/.markdownlint.json \
--ignore /data/_snippets \
--fix \
/data/**/*.md
# --rules /lint/rules/changelog.js \