21 lines
517 B
JSON
21 lines
517 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://github\\.com/open-telemetry/opentelemetry-specification/(issues|pull)"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/",
|
|
"replacement": "{{BASEURL}}/"
|
|
},
|
|
{
|
|
"pattern": "^https://github.com/open-telemetry/semantic-conventions/(blob|tree)/[^/]+/docs/",
|
|
"replacement": "LINK-CHECK-ERROR-USE-LOCAL-PATH-TO-DOC-PAGE-NOT-EXTERNAL-URL/"
|
|
}
|
|
],
|
|
"retryOn429": true,
|
|
"timeout": "30s",
|
|
"aliveStatusCodes": [200, 403]
|
|
}
|