Hellow!
I specifically pointed out that it is not not necessary that all failure be marked as an error. As I understand it, the program WebClipse requests tslint and receives from it failures, and then sends them eclipse with the flag to display failure as a warning and specifies the location and text of this failure.
So I write to the developers of WebClipse – so that you can change the display flag of failure from warning to error from failure text prefix.
I know that the new version of TSLint always draws errors instead of warnings for any failure, that’s why I do not switch to this version. I do not need all the errors in my code – for me tslint should only warn, and only sometimes, when I consider it important, its warnings should look like errors. All the red lines – I do not like it, I want to see red TypeScript errors along with serious tslint errors and other yellow tslint warnings.