You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps this should be fixed by the tslint team (they even have palantir/tslint#345). However, at this point tslint does not distinguish error severity.
I would like Web Analyzer to count any output of tslint as an error. We are starting a new project and this option could enforce discipline. Since not everyone might be this lucky to have no errors, this clearly should be an opt-in.
The text was updated successfully, but these errors were encountered:
@richardversluis I believe that sentence refers to configuration files of corresponding linters. At least ES and CSS linters allow assigning warning/error level to each rule. Don't know about CoffeeScript. So the problem is that TSLint does not have that feature yet.
Perhaps this should be fixed by the tslint team (they even have palantir/tslint#345). However, at this point tslint does not distinguish error severity.
I would like Web Analyzer to count any output of tslint as an error. We are starting a new project and this option could enforce discipline. Since not everyone might be this lucky to have no errors, this clearly should be an opt-in.
The text was updated successfully, but these errors were encountered: