Skip to content

Conversation

@davidgengenbach
Copy link
Contributor

@davidgengenbach davidgengenbach commented Oct 12, 2018

Fixes a bug with the newer TsLint version (eg. 5.10.0) where a severity is added to the output:

src/file/anotherfile.ts[298, 1]: exceeds maximum line length of 140

becomes

ERROR: src/file/anotherfile.ts[298, 1]: exceeds maximum line length of 140

Adapted the regexp to be able to extract from both versions. Also extracts the severity of the TsLint output, eg. :warning or :error.

Related to: #595

@sds sds merged commit 6bf7c91 into sds:master Oct 17, 2018
@sds sds added the bug label Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants