mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
3b9784a263
GitHub sometimes returns transient 502 errors for valid URLs, causing false positives in CI markdown link checks. Co-authored-by: Claude <noreply@anthropic.com>
27 lines
443 B
JSON
27 lines
443 B
JSON
{
|
|
"retryOn429": true,
|
|
"retryCount": 3,
|
|
"aliveStatusCodes": [
|
|
200,
|
|
206,
|
|
502
|
|
],
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://github.com/mruby/mruby/commit/"
|
|
},
|
|
{
|
|
"pattern": "^http://jp.rubyist.net/magazine/\\?0034-Enumerable_lz"
|
|
},
|
|
{
|
|
"pattern": "^https://ruby-doc.org/core-2.3.3"
|
|
},
|
|
{
|
|
"pattern": "^mailto:"
|
|
},
|
|
{
|
|
"pattern": "^https://www.iso.org/"
|
|
}
|
|
]
|
|
}
|