Skip to content

Commit

Permalink
Updated to ignore MD032, MD031 and MD047
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Clews committed Sep 12, 2024
1 parent 916f3a0 commit 27895a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ jobs:
"ignore_code_blocks": true, // Ignores long lines within code blocks
"ignore_tables": true // Ignores long lines within tables
},
"MD034": false // Disables the rule that flags bare URLs
"MD026": {
"punctuation": ".,;:!?" // Keeps rule for trailing punctuation, but can customize punctuation marks
},
"MD032": false, // Ignores rule for blank lines around lists
"MD031": false, // Ignores rule for blank lines around fenced code blocks
"MD047": false // Ignores rule for a single trailing newline at the end of files
}' > .markdownlint.json
- name: Run markdownlint
Expand Down

0 comments on commit 27895a4

Please sign in to comment.