Skip to content

Commit

Permalink
disable email checks on markdown-link-check (Unity-Technologies#4461)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Elion authored Sep 8, 2020
1 parent f591cfa commit 43419b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions markdown-link-check.fast.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
{
"pattern": "^https?://",
"comment": "Skip external links for fast runs."
},
{
"pattern": "mailto:",
"comment": "mailto checking broken"
}
]
}
4 changes: 4 additions & 0 deletions markdown-link-check.full.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
{
"pattern": "https://forum.unity.com/forums/ml-agents.453/",
"comment": "Not reachable from github action"
},
{
"pattern": "mailto:",
"comment": "mailto checking broken"
}
]
}

0 comments on commit 43419b9

Please sign in to comment.