From 2743c36a72905b64e2a458ae12c6ca6f9f027e50 Mon Sep 17 00:00:00 2001 From: Michael van der Net Date: Fri, 13 Dec 2019 14:48:27 +0100 Subject: [PATCH] Create tslint-prose.json --- .github/tslint-prose.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/tslint-prose.json diff --git a/.github/tslint-prose.json b/.github/tslint-prose.json new file mode 100644 index 00000000..283f123e --- /dev/null +++ b/.github/tslint-prose.json @@ -0,0 +1,17 @@ +{ + "problemMatcher": [ + { + "owner": "tslint-prose", + "pattern": [ + { + "regexp": "^(WARNING|ERROR):\\s\\\/home\\\/runner\\\/work\\\/[^\\\/]+\\\/[^\\\/]+\\\/(\\S+):(\\d+):(\\d+)\\s-\\s(.+)$", + "severity": 1, + "file": 2, + "line": 3, + "column": 4, + "message": 5 + } + ] + } + ] +}