chore: Small fixes to clean docs link checker results (#2505)
This commit is contained in:
committed by
dermotduffy
parent
f397596ed1
commit
f1fad59a89
@@ -2,6 +2,10 @@ exclude_path = [
|
||||
"node_modules",
|
||||
"vscode://"
|
||||
]
|
||||
exclude = [
|
||||
# npmjs.com returns 403 to lychee's user-agent.
|
||||
"^https://www\\.npmjs\\.com/"
|
||||
]
|
||||
timeout = 20
|
||||
max_retries = 3
|
||||
accept = [200, 204]
|
||||
|
||||
Reference in New Issue
Block a user