Skip to content

Commit 5de475b

Browse files
committed
fix: update CI tidy and markdown checks
1 parent 70232ed commit 5de475b

3 files changed

Lines changed: 38 additions & 4 deletions

File tree

docs/guides/deploy/local.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ docker logs local-da
6262

6363
Expected output:
6464

65-
```
65+
```text
6666
INF NewLocalDA: initialized LocalDA component=da
6767
INF Listening on component=da host=0.0.0.0 maxBlobSize=1970176 port=7980
6868
INF server started component=da listening_on=0.0.0.0:7980
@@ -98,7 +98,7 @@ docker compose -f docker-compose.da.local.yml logs -f
9898

9999
A healthy startup looks like:
100100

101-
```
101+
```text
102102
single-sequencer | 🚀 INIT: Starting EVM Sequencer initialization
103103
single-sequencer | ✅ SUCCESS: Sequencer initialization completed
104104
single-sequencer | ✅ SUCCESS: Exported genesis.json to /volumes/sequencer_export/genesis.json

execution/evm/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ github.com/jackpal/go-nat-pmp v1.0.2 h1:KzKSgb7qkJvOUTqYl9/Hg/me3pWgBmERKrTGD7Bd
240240
github.com/jackpal/go-nat-pmp v1.0.2/go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc=
241241
github.com/jbenet/go-temp-err-catcher v0.1.0 h1:zpb3ZH6wIE8Shj2sKS+khgRvf7T7RABoLk/+KKHggpk=
242242
github.com/jbenet/go-temp-err-catcher v0.1.0/go.mod h1:0kJRvmDZXNMIiJirNPEYfhpPwbGVtZVWC34vc5WLsDk=
243-
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=
244-
github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=
243+
github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE=
244+
github.com/klauspost/compress v1.18.5/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
245245
github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=
246246
github.com/klauspost/cpuid/v2 v2.3.0/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
247247
github.com/koron/go-ssdp v0.0.6 h1:Jb0h04599eq/CY7rB5YEqPS83HmRfHP2azkxMN2rFtU=

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)