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

Add an option to report errors only in cli output #160

Open
elchenberg opened this issue Oct 4, 2020 · 0 comments
Open

Add an option to report errors only in cli output #160

elchenberg opened this issue Oct 4, 2020 · 0 comments

Comments

@elchenberg
Copy link

As a user I'd like to suppress the output for files that have no issues:

File:   Dockerfile
Issues: None found 👍

Currently errors and non-errors are printed to stdout. If errors were printed to stderr instead, the non-error output could be redirected to /dev/null.

Or there could be a cli argument – eg. -q, --quiet Report issues only – to achieve the same result.

I'm willing to implement this myself if you approve of the idea. 🙂

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

No branches or pull requests

1 participant