diff --git a/tslint/README.md b/tslint/README.md index 2f1f685..a3b9871 100644 --- a/tslint/README.md +++ b/tslint/README.md @@ -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,