mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-14 23:11:14 +00:00
18 lines
No EOL
341 B
JSON
18 lines
No EOL
341 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "golangci-lint-action",
|
|
"severity": "error",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^([^\\s]+)\\s+([^:]+):(\\d+):(?:(\\d+):)?\\s+(.+)$",
|
|
"file": 2,
|
|
"line": 3,
|
|
"column": 4,
|
|
"severity": 1,
|
|
"message": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |