Skip to content

Commit a09d0b8

Browse files
authored
test(docs): Exclude GitHub pkgs from link check (#4312)
1 parent 51b7eb6 commit a09d0b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"_comment_2": "If some third-party website breaks a link, we cover that in ./.markdown-link-check-all.json",
66
"_comment_3": "So this excludes anything that's not a relative link to a file in our repo or a link to our file on the web.",
77
"pattern": "^(?!https://github\\.com/(PRQL|prql)|https://prql-lang\\.org|https://raw\\.githubusercontent\\.com/(PRQL|prql)|[./]+|file://).*$"
8+
},
9+
{
10+
"_comment": "`https://github.com/PRQL/prql/pkgs/container/` seems to fail extremely frequently from CI, more so than other GitHub links. So ignoring.",
11+
"pattern": "^https://github.com/PRQL/prql/pkgs/container"
812
}
913
],
1014
"httpHeaders": [

0 commit comments

Comments
 (0)