golangci-lint-action/dist/matchers-golangci-lint-action.json
2021-04-07 19:41:59 +01:00

17 lines
No EOL
426 B
JSON

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