ci: skip checking stackoverflow link

This commit is contained in:
Daniel Roe 2024-02-25 10:08:46 +00:00
parent 88eff08a0f
commit 0a8c3444a5
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ max_retries = 6
# Explicitly exclude some URLs
exclude = [
"https://twitter.nuxt.dev/",
"https://github.com/nuxt/nuxt.com",
"https://github.com/nuxt/translations/discussions/4",
'(https?:\/\/github\.com\/)(.*\/)(generate)'
"https://stackoverflow.com/help/minimal-reproducible-example",
"(https?:\/\/github\.com\/)(.*\/)(generate)",
]