Skip to content

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: book.toml

+6
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,14 @@ exclude = [
4343
"objects\\.githubusercontent\\.com",
4444
# The bug listing URL works only if an user is logged in, otherwise one gets 404.
4545
"github\\.com/issues\\?",
46+
# Similarly 500 is sometimes returned here.
47+
"github\\.com/rust-lang/rust/pulls\\?",
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)