-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add config option to ignore files based on Unix shell-style wildcard pattern matching #23
Conversation
…dcard pattern matching Also updates `skip_files` to treat file paths as OS-agnostic. Issue pawamoy#21: pawamoy#21 Issue pawamoy#20: pawamoy#20
@pawamoy let me know if there are any changes necessary in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
You are welcome. Let me know if there are any other changes needed. |
@pawamoy, I think this is ready now. |
Yep, thanks for the notification, I'll review this tomorrow 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK LGTM, thanks a lot!
This adds the
skip_file_globs
config option to enable skipping files based on a Unix shell-style glob. This also updates theskip_files
config option to treat file paths as OS-agnostic.fixes #21
resolves: #20