Ignore reddit when checking markdown links (#3223)

Reddit regularly blocks CI requests (ex: 403s), causing disruptions. It is better to just not check.
This commit is contained in:
Carter Anderson 2021-11-29 20:55:12 +00:00
parent 3de391be21
commit 32c14d8c6b

View File

@ -2,6 +2,9 @@
"ignorePatterns": [ "ignorePatterns": [
{ {
"pattern": "^https?://github\\.com/" "pattern": "^https?://github\\.com/"
},
{
"pattern": "^https?://reddit\\.com/"
} }
], ],
"replacementPatterns": [], "replacementPatterns": [],