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 a852f49a36
commit 8e2d9a6403
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -33,4 +33,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/",
]