Skip to content

Commit

Permalink
reverts microsoft#107, seems like rule name was removed
Browse files Browse the repository at this point in the history
seems like the rule name is no longer emitted in a newer version of gulp-tslint
  • Loading branch information
robstoll committed Nov 27, 2016
1 parent 2cee3f8 commit 7e39369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tslint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ Next define a Task which runs the gulp task with a problem matcher that extracts
"owner": "tslint",
"fileLocation": [
"relative",
"${workspaceRoot}"
"${workspaceRoot}/"
],
"severity": "warning",
"pattern": {
"regexp": "^\\(\\S.*\\) (\\S.*)\\[(\\d+), (\\d+)\\]:\\s+(.*)$",
"regexp": "^(\\S.*)\\[(\\d+), (\\d+)\\]:\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
Expand Down

0 comments on commit 7e39369

Please sign in to comment.