From 89c89c5036ba60baf8e7c851ab1001d56815f5d4 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Mon, 30 Mar 2020 10:39:29 -0400 Subject: [PATCH] cleaner regex --- matchers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchers.json b/matchers.json index 13cb6ac..3ba2244 100644 --- a/matchers.json +++ b/matchers.json @@ -4,7 +4,7 @@ "owner": "go", "pattern": [ { - "regexp": "((?:\\.{0,2}\\/|\\.{0,2}\\\\)(?:.+\\.go)):(?:(\\d+):(\\d+):)? (.*)", + "regexp": "(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)", "file": 1, "line": 2, "column": 3,