golangci-lint-action/dist/matchers.json
2020-05-04 19:48:51 +03:00

16 lines
373 B
JSON

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