Skip to content

Commit c4041d2

Browse files
authored
Exclude tomlee.co from link-checking (rust-lang#1356)
https://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/ returns 404 on CI even though it's not actually 404. So, that doesn't return any useful result, let's ignore it. Also, formatted the exclude list for readability.
1 parent 5fd3d1d commit c4041d2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Diff for: src/doc/rustc-dev-guide/book.toml

+12-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,18 @@ level = 0
2121
[output.linkcheck]
2222
command = "ci/linkcheck.sh"
2323
follow-web-links = true
24-
exclude = [ "crates\\.io", "gcc\\.godbolt\\.org", "youtube\\.com", "youtu\\.be", "dl\\.acm\\.org", "cs\\.bgu\\.ac\\.il", "www\\.amazon\\.com", "www\\.rustaceans\\.org", "play\\.rust-lang\\.org" ]
24+
exclude = [
25+
"crates\\.io",
26+
"gcc\\.godbolt\\.org",
27+
"youtube\\.com",
28+
"youtu\\.be",
29+
"dl\\.acm\\.org",
30+
"cs\\.bgu\\.ac\\.il",
31+
"www\\.amazon\\.com",
32+
"www\\.rustaceans\\.org",
33+
"play\\.rust-lang\\.org",
34+
"tomlee\\.co"
35+
]
2536
cache-timeout = 86400
2637
warning-policy = "error"
2738

0 commit comments

Comments
 (0)