Skip to content

Commit

Permalink
Add .markdown-link-check.json file
Browse files Browse the repository at this point in the history
and ignore URL with bad SSL cert: www.conventionalcommits.org

This commit provides less conflicts with upstream whenever we decide to
rebase in the future b/c this file doesn't exist in upstream.
  • Loading branch information
atodorov committed Apr 19, 2024
1 parent e9b9621 commit 2b0fc04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .markdown-link-check.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^https://www.conventionalcommits.org"
}
]
}

0 comments on commit 2b0fc04

Please sign in to comment.