Add 'skip' option to crawlers

This commit is contained in:
Joscha
2021-06-04 18:33:02 +02:00
parent fc31100a0f
commit df3ad3d890
6 changed files with 48 additions and 14 deletions

View File

@ -22,6 +22,9 @@ ambiguous situations.
## Unreleased
### Added
- `skip` option for crawlers
### Changed
- Use `/` instead of `\` as path separator for (regex) rules on Windows