From 95e0ecadba6b6c402f731f732d5e0087848ec846 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sat, 21 May 2022 17:13:53 +0900 Subject: [PATCH] Exclude `tomlee.co` from link-checking --- book.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 336e5a369..8b9f57594 100644 --- a/book.toml +++ b/book.toml @@ -21,7 +21,18 @@ level = 0 [output.linkcheck] command = "ci/linkcheck.sh" follow-web-links = true -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" ] +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", + "tomlee\\.co" +] cache-timeout = 86400 warning-policy = "error"