Skip to content

Commit 3e4d6d2

Browse files
Overkillusbkchr
authored andcommitted
Excluding chainlink domain for link checker CI (paritytech#6524)
Excludes the chainlink domain through a lychee config to fix the complaining link checker CI test. Chainlink is gated behind a captcha. --------- Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: command-bot <>
1 parent 7abdbfa commit 3e4d6d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.config/lychee.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exclude = [
2828
"http://visitme/",
2929
"https://visitme/",
3030

31-
# TODO <https://github.com/paritytech/polkadot-sdk/issues/134>
31+
# TODO meta issue: <https://github.com/paritytech/polkadot-sdk/issues/134>
3232
"https://docs.substrate.io/main-docs/build/custom-rpc/#public-rpcs",
3333
"https://docs.substrate.io/rustdocs/latest/sp_api/macro.decl_runtime_apis.html",
3434
"https://github.com/ipfs/js-ipfs-bitswap/blob/",
@@ -50,8 +50,10 @@ exclude = [
5050
"https://w3f.github.io/parachain-implementers-guide/runtime/session_info.html",
5151

5252
# Behind a captcha (code 403):
53+
"https://chainlist.org/chain/*",
5354
"https://iohk.io/en/blog/posts/2023/11/03/partner-chains-are-coming-to-cardano/",
5455
"https://www.reddit.com/r/rust/comments/3spfh1/does_collect_allocate_more_than_once_while/",
56+
5557
# 403 rate limited:
5658
"https://etherscan.io/block/11090290",
5759
"https://subscan.io/",

0 commit comments

Comments
 (0)