Skip to content

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: book.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,15 @@ exclude = [
4242
"marketplace\\.visualstudio\\.com",
4343
"objects\\.githubusercontent\\.com",
4444
# The bug listing URL works only if an user is logged in, otherwise one gets 404.
45-
"github\\.com/issues\\?",
45+
"github\\.com/issues\\?q=.*",
46+
# Similarly 500 is sometimes returned here.
47+
"github\\.com/rust-lang/rust/pulls\\?q=.*",
48+
# 401 is returned here for unknown reason
49+
"github\\.com/wesleywiser/rustc-bootstrap-wpa-analysis",
4650
# Handle: connection closed before message completed
4751
"microsoft\\.com/en-us/research/publication/",
52+
# 500 is returned for HEAD request
53+
"code\\.visualstudio\\.com/docs/editor/tasks",
4854
]
4955
cache-timeout = 86400
5056
warning-policy = "error"

0 commit comments

Comments
 (0)