mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-19 01:52:00 +01:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|