Skip to content

Commit

Permalink
Add .html pattern to ignore in markdown link check
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Apr 10, 2024
1 parent fa0e9ce commit cad224b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .markdown-link-check-config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"aliveStatusCodes": [429, 200]
}
"aliveStatusCodes": [429, 200],
"ignorePatterns": [
{
"pattern": "*.html"
}
]
}

0 comments on commit cad224b

Please sign in to comment.