-
Notifications
You must be signed in to change notification settings - Fork 98
Skip links starting with http doesn't work #537
Copy link
Copy link
Open
Description
Hi,
my script is invoking linkinator.config.json and works well, except that my parameter to skip all links that don't start with http is ignored.
My full config:
{
"concurrency": 100,
"skip": [
"^(?!http)",
"recomedicales.fr",
"doi.org",
"journals.sagepub.com",
"acpjournals.org",
"github.com"
],
"format": "csv",
"verbosity": "error",
"markdown": false,
"retry": true,
"retryErrors": true,
"retryErrorsCount": 3,
"retryErrorsJitter": 10
}Thanks a lot.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels