Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

[Feature Request] --quiet flag for CLI #4218

Closed
MarcusNotheis opened this issue Oct 11, 2018 · 1 comment
Closed

[Feature Request] --quiet flag for CLI #4218

MarcusNotheis opened this issue Oct 11, 2018 · 1 comment

Comments

@MarcusNotheis
Copy link

Feature request

Is your feature request that we implement a new rule?
Please use the Rule Suggestion template instead

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We have some projects where we have set the severity of various rules to warn. Running tslint combines issues for severity error and warn which makes it harder to find the issues that are really errors.

Describe the solution you'd like
A clear and concise description of what you want to happen.
I would like to have --quiet flag the the CLI which will change the output to only emit errors.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I thought of using the output option and filter the generated file to only print errors, but I'm not that happy with that idea as we would have to manage this custom step in all projects.

Additional context
Add any other context or screenshots about the feature request here.
ESLint has implemented this feature: https://eslint.org/docs/user-guide/command-line-interface#handling-warnings

@MarcusNotheis MarcusNotheis changed the title [Feature Request] --quiet flag for CLI [Feature Request] --quiet flag for CLI Oct 11, 2018
@dawncold
Copy link
Contributor

should close this issue as the feature had been merged on #4025

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

No branches or pull requests

3 participants