1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-18 20:21:45 +00:00

Revert "Add markdown linting support" (#196)

This reverts commit 64a76273c1.
This commit is contained in:
David Young
2021-10-20 15:37:36 +13:00
committed by GitHub
parent 64a76273c1
commit b5fbe87d97
127 changed files with 1348 additions and 655 deletions

View File

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

View File

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

File diff suppressed because one or more lines are too long