opentelemetry-java-instrume.../.github/scripts/markdown-link-check-config....

16 lines
310 B
JSON

{
"retryOn429" : true,
"aliveStatusCodes" : [
200,
403
],
"ignorePatterns" : [
{
"pattern" : "https://github.com/open-telemetry/opentelemetry-java-instrumentation/network/updates"
},
{
"pattern" : "^https://kotlinlang\\.org/docs/coroutines-overview\\.html$"
}
]
}