Skip to content

Commit f0fa152

Browse files
Copilothuangyiirene
andcommitted
Add ignore patterns for external service URLs (shields.io, badge.fury.io, unpkg, jsdelivr, discord, typescriptlang.org)
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 4a57700 commit f0fa152

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/markdown-link-check-config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,24 @@
2929
},
3030
{
3131
"pattern": "^mailto:"
32+
},
33+
{
34+
"pattern": "^https://img.shields.io/"
35+
},
36+
{
37+
"pattern": "^https://www.typescriptlang.org"
38+
},
39+
{
40+
"pattern": "^https://badge.fury.io/"
41+
},
42+
{
43+
"pattern": "^https://unpkg.com/"
44+
},
45+
{
46+
"pattern": "^https://cdn.jsdelivr.net/"
47+
},
48+
{
49+
"pattern": "^https://discord.gg/"
3250
}
3351
],
3452
"replacementPatterns": [],

0 commit comments

Comments
 (0)