mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 21:47:08 +00:00
17 lines
257 B
JSON
17 lines
257 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "hadolint",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):(\\d+)\\s+((DL\\d{4}).+)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"message": 3,
|
|
"code": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|