We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddff18e commit de8511bCopy full SHA for de8511b
book.toml
@@ -42,9 +42,15 @@ exclude = [
42
"marketplace\\.visualstudio\\.com",
43
"objects\\.githubusercontent\\.com",
44
# The bug listing URL works only if an user is logged in, otherwise one gets 404.
45
- "github\\.com/issues\\?",
+ "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",
50
# Handle: connection closed before message completed
51
"microsoft\\.com/en-us/research/publication/",
52
+ # 500 is returned for HEAD request
53
+ "code\\.visualstudio\\.com/docs/editor/tasks",
54
]
55
cache-timeout = 86400
56
warning-policy = "error"
0 commit comments