-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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(flag): Add glob support to --skip-dirs
and --skip-files
#3866
Conversation
…ptions Addresses: #3754 Signed-off-by: Simar <simar@linux.com>
7203155
to
2ec67eb
Compare
Signed-off-by: Simar <simar@linux.com>
2ec67eb
to
d39209f
Compare
Hey @knqyf263 could you take another look at it? |
Actually, I already left a comment. |
Sorry missed that, I replied: #3866 (comment) |
Cool! |
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.
since we support glog patterns, why do we need both skip files and dirs flags?
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.
in addition to the image
target, this should work in other targets as well, right? if so docs are missing
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 made a follow up PR to update that #3945
Woo, thanks! |
Nice ty! |
Addresses: #3754
Description
This adds the ability to specify globs as part of the
--skip-dirs
and--skip-files
options.Related issues
Checklist