Skip to content

Commit e4b3e66

Browse files
committed
Fix linkchecker false positives
1 parent 31d01d6 commit e4b3e66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/mlc_config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
{
1313
"pattern": ".*localhost.*"
1414
},
15+
{
16+
"pattern": "http://127\\.0\\.0\\.1:8000"
17+
},
18+
{
19+
"pattern": "https://docs\\.codeclash\\.io"
20+
},
1521
{
1622
"pattern": "https?://(.*\\.)?twitter\\.com/.*"
1723
},

0 commit comments

Comments
 (0)