mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
94e0aab03c
Co-authored-by: Joakim Sørensen <ludeeus@gmail.com>
19 lines
349 B
JSON
19 lines
349 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "shellcheck-gcc",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):(\\d+):(\\d+):\\s(note|warning|error):\\s(.*)\\s\\[(SC\\d+)\\]$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"severity": 4,
|
|
"message": 5,
|
|
"code": 6
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|