Skip to content
Snippets Groups Projects
Unverified Commit d5424fe3 authored by Sebastian Kunert's avatar Sebastian Kunert Committed by GitHub
Browse files

Fix link-checker reloaded (#7599)

One more attempt to fix the link-checker job.

This time we exclude polymesh which is reachable but not via lychee.
Also exclude rust strings that contain "{}" or "{:?}".
parent 67279ecf
No related merge requests found
Pipeline #515944 waiting for manual action with stages
in 11 minutes and 30 seconds
......@@ -52,10 +52,15 @@ exclude = [
# Behind a captcha (code 403):
"https://chainlist.org/chain/*",
"https://iohk.io/en/blog/posts/2023/11/03/partner-chains-are-coming-to-cardano/",
"https://polymesh.network",
"https://www.reddit.com/r/rust/comments/3spfh1/does_collect_allocate_more_than_once_while/",
# 403 rate limited:
"https://etherscan.io/block/11090290",
"https://subscan.io/",
"https://substrate.stackexchange.com/.*",
# Exclude strings which contain templates like {} and {:?}
"%7B%7D",
"%7B:\\?}",
]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment