mirror of
https://github.com/esphome/esphome.git
synced 2024-11-02 08:40:55 +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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|