Skip to content

Commit 4d1fb69

Browse files
committed
Exclude 2 links from checking
1 parent d0113de commit 4d1fb69

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: book.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ exclude = [
4040
"play\\.rust-lang\\.org",
4141
"tomlee\\.co",
4242
"marketplace\\.visualstudio\\.com",
43-
"objects\\.githubusercontent\\.com"
43+
"objects\\.githubusercontent\\.com",
44+
# The bug listing URL works only if an user is logged in.
45+
"github\\.com\\/issues\\?",
46+
# Handle: connection closed before message completed
47+
"microsoft\\.com\\/en-us\\/research\\/publication\\/",
4448
]
4549
cache-timeout = 86400
4650
warning-policy = "error"

0 commit comments

Comments
 (0)