Skip to content

Commit

Permalink
added back the ignore bare URL rule and ignore MD040
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Clews committed Sep 12, 2024
1 parent 27895a4 commit 2f21f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f21f6e

Please sign in to comment.