1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-24 03:35:13 +00:00
Files
supervisor/.github/workflows/matchers/check-json.json
2020-07-05 20:20:29 +02:00

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
}
]
}
]
}