Skip to content

Commit

Permalink
Exclude 2 links from checking
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Jul 27, 2024
1 parent d0113de commit 4d1fb69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ exclude = [
"play\\.rust-lang\\.org",
"tomlee\\.co",
"marketplace\\.visualstudio\\.com",
"objects\\.githubusercontent\\.com"
"objects\\.githubusercontent\\.com",
# The bug listing URL works only if an user is logged in.
"github\\.com\\/issues\\?",
# Handle: connection closed before message completed
"microsoft\\.com\\/en-us\\/research\\/publication\\/",
]
cache-timeout = 86400
warning-policy = "error"
Expand Down

0 comments on commit 4d1fb69

Please sign in to comment.