@@ -13,7 +13,6 @@ exclude_all_private = true
13
13
accept = [
14
14
# Ok
15
15
" 200" ,
16
-
17
16
# Rate limited - GitHub likes to throw this.
18
17
" 429" ,
19
18
]
@@ -27,7 +26,6 @@ exclude = [
27
26
# Place holders (no need to fix these):
28
27
" http://visitme/" ,
29
28
" https://visitme/" ,
30
-
31
29
# TODO meta issue: <https://github.com/paritytech/polkadot-sdk/issues/134>
32
30
" https://docs.substrate.io/main-docs/build/custom-rpc/#public-rpcs" ,
33
31
" https://docs.substrate.io/rustdocs/latest/sp_api/macro.decl_runtime_apis.html" ,
@@ -48,18 +46,18 @@ exclude = [
48
46
" https://w3f.github.io/parachain-implementers-guide/node/index.html" ,
49
47
" https://w3f.github.io/parachain-implementers-guide/protocol-chain-selection.html" ,
50
48
" https://w3f.github.io/parachain-implementers-guide/runtime/session_info.html" ,
51
-
52
49
# Behind a captcha (code 403):
53
50
" https://chainlist.org/chain/*" ,
54
51
" https://iohk.io/en/blog/posts/2023/11/03/partner-chains-are-coming-to-cardano/" ,
55
52
" https://polymesh.network" ,
56
53
" https://www.reddit.com/r/rust/comments/3spfh1/does_collect_allocate_more_than_once_while/" ,
57
-
58
54
# 403 rate limited:
59
55
" https://etherscan.io/block/11090290" ,
60
56
" https://subscan.io/" ,
61
57
" https://substrate.stackexchange.com/.*" ,
62
-
58
+ # Broken for link-checker CI, but works in browser and local machine
59
+ " http://www.gnu.org/licenses/" ,
60
+ " https://www.gnu.org/licenses/" ,
63
61
# Exclude strings which contain templates like {} and {:?}
64
62
" %7B%7D" ,
65
63
" %7B:\\ ?}" ,
0 commit comments