mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "ci-custom",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^ERROR (.*):(\\d+):(\\d+) - (.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"message": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|