mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-31 11:51:08 +01:00
fix: support shellcheck codes
This commit is contained in:
parent
7757cff548
commit
cdaca39e4e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"owner": "brpaz/hadolint-action",
|
"owner": "brpaz/hadolint-action",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^(.*):(\\d+)\\s(DL\\d+)\\s(style|info|warning|error):\\s(.*)$",
|
"regexp": "^(.*):(\\d+)\\s((?:DL|SC)\\d+)\\s(style|info|warning|error):\\s(.*)$",
|
||||||
"file": 1,
|
"file": 1,
|
||||||
"line": 2,
|
"line": 2,
|
||||||
"code": 3,
|
"code": 3,
|
||||||
|
|
Loading…
Add table
Reference in a new issue