setup-go/matchers.json

16 lines
379 B
JSON
Raw Normal View History

2019-06-20 18:51:56 +01:00
{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
2020-03-27 23:56:10 +00:00
"regexp": "((?:.{0,2}\\/|.{0,2}\\\\)(?:.+\\.go)):(?:(\\d+):(\\d+):)? (.*)",
"file": 1,
"line": 2,
"column": 3,
"message": 4
2019-06-20 18:51:56 +01:00
}
]
}
]
}