-
-
Notifications
You must be signed in to change notification settings - Fork 474
Allow negation ! for --ignore #1339
Copy link
Copy link
Open
Labels
keep-unstaleThe issue will not be marked as stale by the stale-botThe issue will not be marked as stale by the stale-bot
Description
Activity
Metadata
Metadata
Assignees
Labels
keep-unstaleThe issue will not be marked as stale by the stale-botThe issue will not be marked as stale by the stale-bot
Your documentation shows how ignore can handle multiple file paths
https://github.com/htmlhint/HTMLHint/blob/master/docs/user-guide/usage/options.md
However the negation command '!' is currently useless.
This means if I only want to search in a folder, I can't use
!**/GoodFolder/**Instead I must manually ignore all other folders.
**/BadFolder1/**,......,**/BadFolder8889986767/**I'd also be ok if you allowed a new rule that would filter paths that could be modified in .htmlhintrc