mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-11 03:08:16 +00:00
test: exclude urls from lychee crawler used in test suite
This commit is contained in:
parent
814072f048
commit
d116fc06bc
@ -34,4 +34,7 @@ exclude = [
|
|||||||
# single-quotes are required for regexp
|
# single-quotes are required for regexp
|
||||||
'(https?:\/\/github\.com\/)(.*\/)(generate)',
|
'(https?:\/\/github\.com\/)(.*\/)(generate)',
|
||||||
"https://github.com/nuxt-contrib/vue3-ssr-starter/generate",
|
"https://github.com/nuxt-contrib/vue3-ssr-starter/generate",
|
||||||
|
# excluded URLs from test suite
|
||||||
|
"http://auth.com",
|
||||||
|
"http://example2.com/",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user