Skip to content

Commit a770b35

Browse files
author
Frederic Mercier
committed
ignore broken links whose URL starts with localhost
1 parent 926448a commit a770b35

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.md_check_config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"replacementPatterns": [
2+
"ignorePatterns": [
3+
{
4+
"pattern": "^http://localhost"
5+
}
6+
],
7+
"replacementPatterns": [
38
{
49
"pattern": "^/LICENSE",
510
"replacement": "{{BASEURL}}/LICENSE"

0 commit comments

Comments
 (0)