Skip to content

Commit

Permalink
Markdown linter configuration fixes (#226)
Browse files Browse the repository at this point in the history
* Remove duplicate ignore

* Order configuration numerically
  • Loading branch information
patrick-5546 authored Jan 3, 2024
1 parent f488c13 commit 296bc3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .markdown-link-check.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"ignorePatterns": [
{
"pattern": "^https://distrowatch.com*"
},
{
"pattern": "^https://github.com/UBCSailbot/.github/issues/templates/edit"
},
Expand Down
12 changes: 6 additions & 6 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"default": true,
"MD013": {
"line_length": 120,
"code_blocks": false,
"tables": false
},
"MD004": {
"style": "dash"
},
"MD007": {
"indent": 4
},
"MD013": {
"line_length": 120,
"code_blocks": false,
"tables": false
},
"MD033": false,
"MD035": {
"style": "---"
},
"MD033": false,
"MD040": false,
"MD041": false,
"MD046": false
Expand Down

0 comments on commit 296bc3f

Please sign in to comment.