setup-go/matchers.json
Bryan MacFarlane 89c89c5036 cleaner regex
2020-03-30 10:39:29 -04:00

16 lines
No EOL
368 B
JSON

{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
"regexp": "(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)",
"file": 1,
"line": 2,
"column": 3,
"message": 4
}
]
}
]
}