Commit e1ef2ca
hashgraph-online[bot]
fix: ignore all relative links and bot-blocking sites in MLC config
The markdown link checker was failing on 340+ relative links from upstream
plugin READMEs (docs/ARCHITECTURE.md, CONTRIBUTING.md, etc.) that don't
exist in our repo context.
Fix: ignore all non-HTTP links with ^(?!https?://) pattern, plus specific
sites that block CI bots (arrow.com, latticesemi.com).1 parent 4b5b5f3 commit e1ef2ca
2 files changed
Lines changed: 10 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 22 | | |
28 | 23 | | |
29 | 24 | | |
30 | | - | |
| 25 | + | |
31 | 26 | | |
32 | 27 | | |
33 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
24 | 11 | | |
| 12 | + | |
25 | 13 | | |
26 | 14 | | |
27 | 15 | | |
| |||
0 commit comments