From 2f21f6e23de9c19e230290cac5951395ef113641 Mon Sep 17 00:00:00 2001 From: Andrew-Clews <andrew@thegraph.foundation> Date: Thu, 12 Sep 2024 09:57:11 -0400 Subject: [PATCH] added back the ignore bare URL rule and ignore MD040 --- .github/workflows/markdown-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 2646399..5e85dfd 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -34,8 +34,10 @@ jobs: "MD026": { "punctuation": ".,;:!?" // Keeps rule for trailing punctuation, but can customize punctuation marks }, + "MD034": false, // Disables the rule that flags bare URLs "MD032": false, // Ignores rule for blank lines around lists "MD031": false, // Ignores rule for blank lines around fenced code blocks + "MD040": false, // Ignores rule for fenced code blocks without a language specified "MD047": false // Ignores rule for a single trailing newline at the end of files }' > .markdownlint.json