Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new TsLint output format #601

Merged
merged 1 commit into from
Oct 17, 2018
Merged

Add support for new TsLint output format #601

merged 1 commit into from
Oct 17, 2018

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