16 lines
257 B
JSON
16 lines
257 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "hadolint",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):(\\d+)\\s+((DL\\d{4}).+)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"message": 3,
|
|
"code": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|