3
0
Fork 0
mirror of https://gitea.com/actions/setup-go.git synced 2024-11-22 17:49:33 +01:00
setup-go/matchers.json
2020-02-09 00:21:39 -05:00

16 lines
No EOL
364 B
JSON

{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
"regexp": "^([^:]*: )?((.:)?[^:]*):(\\d+)(:(\\d+))?: (.*)$",
"file": 2,
"line": 4,
"column": 6,
"message": 7
}
]
}
]
}