mirror of
https://github.com/esphome/esphome.git
synced 2024-11-03 08:50:30 +01: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
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|