mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-02-26 01:15:03 +00:00
17 lines
No EOL
426 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |