This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better link checking, break out of #2948
- .github/workflows/markdown-link-check-config.json has some patterns we exlude while checking the markdown files in the top-level directories (company websites on README.md and billions of GH issues in CHANGELOG.md in particular) - once gaurav-nelson/github-action-markdown-link-check#26 is merged, we can move back to the official GH Action
- Loading branch information
Daniel Holbach
committed
Apr 3, 2020
1 parent
f114d6d
commit ab279ad
Showing
2 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"ignorePatterns": [ | ||
{ | ||
"githubIssuePattern": "^https://github.com/\\S+/\\S+/(issues|pull)/[0-9]+", | ||
"mailtoPattern": "^mailto:", | ||
"companySitesWith403sPattern": "^https://www.(blablacar|canva|underarmour).com" | ||
} | ||
] | ||
} |