Skip to content

Skip links starting with http doesn't work #537

@djibe

Description

@djibe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions