test: exclude urls from lychee crawler used in test suite

This commit is contained in:
Daniel Roe 2025-02-05 12:00:07 +00:00
parent 814072f048
commit d116fc06bc
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -34,4 +34,7 @@ exclude = [
# single-quotes are required for regexp
'(https?:\/\/github\.com\/)(.*\/)(generate)',
"https://github.com/nuxt-contrib/vue3-ssr-starter/generate",
# excluded URLs from test suite
"http://auth.com",
"http://example2.com/",
]