Skip to content

Commit

Permalink
Mark HTTP 429 responses as allowed failures in hyperlink check. We so…
Browse files Browse the repository at this point in the history
…metimes get these from unpkg and it shouldnt block out builds (#4253)
  • Loading branch information
Munter committed Apr 26, 2020
1 parent 46f727e commit e7add63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Expand Up @@ -267,7 +267,7 @@ module.exports = {
},
linkcheck: {
script:
'hyperlink -ri --canonicalroot https://mochajs.org --skip ".js.html#line" docs/_site/index.html'
'hyperlink -ri --canonicalroot https://mochajs.org --skip ".js.html#line" docs/_site/index.html --todo "HTTP 429 Too Many Requests"'
},
postbuild: {
script:
Expand Down

0 comments on commit e7add63

Please sign in to comment.