Suppress github.com link checking for now to avoid constant 429 failures (#2216)
This commit is contained in:
parent
f745220f91
commit
7d0a1b44f2
|
|
@ -9,7 +9,9 @@ exclude = [
|
|||
"^https://github.com/open-telemetry/opentelemetry-specification/(pull|issues)/\\d+$",
|
||||
# TODO (lmolkova) treat timeout as not a failure?
|
||||
"^https://www.intersystems.com",
|
||||
"^https://gcc.gnu.org"
|
||||
"^https://gcc.gnu.org",
|
||||
"^https://github.com" # to avoid rate limit errors
|
||||
# TODO (trask) look at options
|
||||
]
|
||||
|
||||
# better to be safe and avoid failures
|
||||
|
|
|
|||
Loading…
Reference in New Issue