Skip to content

Commit dbca200

Browse files
committed
Fix markdown-link-check ignore 2 URL patterns
1 parent a2523c6 commit dbca200

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/linters/mlc_config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
{
44
"pattern": "^https://github.com/mruby/mruby/commit/"
55
},
6+
{
7+
"pattern": "^http://jp.rubyist.net/magazine/\\?0034-Enumerable_lz"
8+
},
9+
{
10+
"pattern": "^https://ruby-doc.org/core-2.3.3"
11+
},
612
{
713
"pattern": "^mailto:"
814
}

0 commit comments

Comments
 (0)