esphome/.github/workflows/matchers/ci-custom.json

17 lines
363 B
JSON
Raw Normal View History

2020-07-14 14:34:44 +02:00
{
"problemMatcher": [
{
"owner": "ci-custom",
"pattern": [
{
"regexp": "^(.*):(\\d+):(\\d+):\\s+lint:\\s+(.*)$",
2020-07-14 14:34:44 +02:00
"file": 1,
"line": 2,
"column": 3,
"message": 4
}
]
}
]
}