Skip to content

Commit

Permalink
Adds markdownlinkcheck ignore rules
Browse files Browse the repository at this point in the history
* Ignores GitHub issue, labels, and pull request links
* Ignores TODO link
  • Loading branch information
gdavison committed Sep 9, 2021
1 parent ebe305b commit de77777
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .markdownlinkcheck.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"ignorePatterns": [
{
"pattern": "^https://github.com/[^/]+/[^/]+/(issues|labels|pull)"
}
],
"replacementPatterns": []
}
}
2 changes: 1 addition & 1 deletion contributing/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ability to merge PRs and respond to issues.

This documentation also contains reference material specific to certain functionality:

- [Provider Design](provider-design.md) TODO
- [Provider Design](provider-design.md) TODO <!-- markdown-link-check-disable-line -->

0 comments on commit de77777

Please sign in to comment.