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 = [
42
42
" marketplace\\ .visualstudio\\ .com" ,
43
43
" objects\\ .githubusercontent\\ .com" ,
44
44
# 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" ,
46
50
# Handle: connection closed before message completed
47
51
" microsoft\\ .com/en-us/research/publication/" ,
52
+ # 500 is returned for HEAD request
53
+ " code\\ .visualstudio\\ .com/docs/editor/tasks" ,
48
54
]
49
55
cache-timeout = 86400
50
56
warning-policy = " error"
You can’t perform that action at this time.
0 commit comments