summaryrefslogtreecommitdiff
path: root/test/handler/test_tslint_handler.vader
AgeCommit message (Collapse)Author
2017-07-19Fix #779 - Handle empty output for tslintw0rp
2017-07-09Make every test set filenames and switch directories in the same way, and ↵w0rp
fix some missing escaping for the rubocop linter
2017-06-25#684 Handle tslint errors without the severity included, and use character ↵w0rp
instead of position for the columns
2017-06-25Fix #684 - Use the JSON format for tslint, for consistency betwen versions, ↵w0rp
and handling of end line and column numbers
2017-06-18TSLint: distinguish warnings from errors (#663)Pavel Kuropatkin
* TSLint: distinguish warnings from errors * Test for TSlint warning/error distinguishing code added.