mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-02-24 03:35:13 +00:00
17 lines
280 B
JSON
17 lines
280 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "check-json",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):\\s(.+\\sline\\s(\\d+)\\scolumn\\s(\\d+).+)$",
|
|
"file": 1,
|
|
"message": 2,
|
|
"line": 3,
|
|
"column": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|