-
Notifications
You must be signed in to change notification settings - Fork 420
Should accept a folder/glob as an argument #23
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
Comments
With quiet mode, it's now possible to do this with |
Hello, the @zaach, would this argument change your mind? There is actually a lot of Node programs that accept globs already (they use minimatch). That's why I think that the request is reasonable. |
+1 |
PRs would be considered. |
I'd love to lint multiple json files in a single go, and get a report of each failure, but:
jsontlint project/**/*.json
doesn't seem to do the job. When linting multiple files it'd probably make sense to not output pretty-printed json when a file passes - simply return the errors.What do you think?
The text was updated successfully, but these errors were encountered: