palantir / grunt-tslint

A Grunt plugin for tslint.
Apache License 2.0
51 stars 37 forks source link

Silence warnings #75

Open proProbe opened 7 years ago

proProbe commented 7 years ago

Hello Everyone!

Im here to ask if it is possible to silence warnings written in the terminal when running the task? I am currently using tslint through vscode and would like to keep warnings and errors there. I then use grunt-tslint with a corresponding grunt task. Silencing the warnings here but keeping the errors would make it easier to see the code breaking changes. Is this possible?