-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
How do you exclude with patterns? #305
Comments
Nope, this isn't possible at the moment. |
would a PR to support this be of interest? |
I don't know if many people ever needed something like this, so I'm keen to see how complex it can get -- if it turns out being a simple solution to implement and document, sure! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for example,
npm-run-all
has the ability to do this:where it runs:
lint:js
, andlint:md
but notlint:js:fix
orlint:md:fix
can concurrently omit via pattern?
The text was updated successfully, but these errors were encountered: