File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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]
4955cache-timeout = 86400
5056warning-policy = " error"
You can’t perform that action at this time.
0 commit comments