-
Notifications
You must be signed in to change notification settings - Fork 9
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
add support for wildcards for --exclude
#265
Labels
Comments
David-Pena
added
enhancement
New feature or request
help wanted
Extra attention is needed
P3
Low priority
labels
Sep 12, 2024
You rock today 🎉 |
David-Pena
added a commit
that referenced
this issue
Sep 21, 2024
4 tasks
I created a PR for this @rrd108 Sorry I havent seen your comment haha, it was a productive night 🥳 |
rrd108
added a commit
that referenced
this issue
Sep 21, 2024
…xclude-flag feat: add support for wildcards in `--exclude` flag (#265)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
For example we have
rule.ts
andrule.test.ts
files in the same directory.With this change we can run
yarn analyze --exclude=*test.ts
and all files what match the pattern could be excluded.The text was updated successfully, but these errors were encountered: