Skip to content

Commit 5fa2b17

Browse files
committed
ci: configure markdown link checker
1 parent dc0d874 commit 5fa2b17

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

mlc_config.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "^/"
5+
},
6+
{
7+
"pattern": "^https?://localhost(:[0-9]+)?(/.*)?$"
8+
},
9+
{
10+
"pattern": "^https://rpc\\.your-chain\\.com$"
11+
},
12+
{
13+
"pattern": "^https://docs\\.celestia\\.org/(how-to-guides|learn|tutorials)/"
14+
},
15+
{
16+
"pattern": "^https://faucet\\.celestia-arabica\\.com/?$"
17+
},
18+
{
19+
"pattern": "^https://github\\.com/evstack/ev-node/blob/main/specs/src/adr/adr-022-validator-network\\.md$"
20+
},
21+
{
22+
"pattern": "^https://github\\.com/ignite/apps/blob/main/evolve/template/init\\.go#L48-L60$"
23+
},
24+
{
25+
"pattern": "^https://github\\.com/libp2p/go-libp2p$"
26+
},
27+
{
28+
"pattern": "^https://docs\\.cosmos\\.network/main"
29+
},
30+
{
31+
"pattern": "^https://medium\\.com/zeeve/exploring-data-availability-layer-and-its-importance-in-rollups-0a4fbf2e0ffc$"
32+
}
33+
]
34+
}

0 commit comments

Comments
 (0)