Skip to content
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 to --ignore multiple paths #54

Closed
mikeerickson opened this issue Oct 24, 2016 · 1 comment
Closed

How to --ignore multiple paths #54

mikeerickson opened this issue Oct 24, 2016 · 1 comment
Labels

Comments

@mikeerickson
Copy link

Trying to figure out the easiest way to skip multiple paths

I can get one path just fine...

$ leasot "./**/*.js" --ignore "./node_modules/**/*" --tags error,info
@pgilad
Copy link
Owner

pgilad commented Oct 25, 2016

It works the same way as tags:

$ leasot "./**/*.js" --ignore "./node_modules/**/*","./bower_components/**/*" --tags error,info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants