Exclude `rustaceans.org` from linkcheck
This commit is contained in:
parent
973ced6951
commit
8ad5d1b11c
|
|
@ -15,6 +15,6 @@ level = 0
|
|||
|
||||
[output.linkcheck]
|
||||
follow-web-links = true
|
||||
exclude = [ "crates\\.io", "gcc\\.godbolt\\.org", "youtube\\.com", "youtu\\.be", "dl\\.acm\\.org", "cs\\.bgu\\.ac\\.il", "www\\.amazon\\.com" ]
|
||||
exclude = [ "crates\\.io", "gcc\\.godbolt\\.org", "youtube\\.com", "youtu\\.be", "dl\\.acm\\.org", "cs\\.bgu\\.ac\\.il", "www\\.amazon\\.com", "www\\.rustaceans\\.org" ]
|
||||
cache-timeout = 86400
|
||||
warning-policy = "error"
|
||||
|
|
|
|||
Loading…
Reference in New Issue