mirror of https://github.com/nmasse-itix/liche.git
Browse Source
So that you can pass a regex of links (paths or URLs) to exclude from checking. My use case for this is legitimate links in documentation that may not function at the time of checking, for example: - development servers - private repos I've implemented this all the way down in `urlChecker`, rather than `fileChecker`, so that we can compare the fully resolved path/URL. I would have found some of the codebase easier to read if longer variable names had been used and struct fields specified, but I've matched the house-style for now.renovate/configure
8 changed files with 70 additions and 29 deletions
Loading…
Reference in new issue