Skip to content

Commit

Permalink
Fix exclude patterns in book.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Jul 27, 2024
1 parent 65dc61c commit df27162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ exclude = [
"marketplace\\.visualstudio\\.com",
"objects\\.githubusercontent\\.com",
# The bug listing URL works only if an user is logged in.
"github\\.com\\/issues\\?",
"github\\.com/issues\\?",
# Handle: connection closed before message completed
"microsoft\\.com\\/en-us\\/research\\/publication\\/",
"microsoft\\.com/en-us/research/publication/",
]
cache-timeout = 86400
warning-policy = "error"
Expand Down

0 comments on commit df27162

Please sign in to comment.