make column optional in matcher

This commit is contained in:
Will Roden 2023-09-13 13:03:00 -05:00
parent 643c7cb3e2
commit 4dedda9ac2

View file

@ -4,7 +4,7 @@
"owner": "go",
"pattern": [
{
"regexp": "^\\s*(.+\\.go):(?:(\\d+):(\\d+):)? (.*)",
"regexp": "^\\s*(.+\\.go):(?:(\\d+):(?:(\\d+):)?)? (.*)",
"file": 1,
"line": 2,
"column": 3,