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

17 lines
363 B
JSON
Raw Normal View History

2022-02-20 10:39:33 +01:00
{
"problemMatcher": [
{
"owner": "ci-custom",
"pattern": [
{
"regexp": "^(.*):(\\d+):(\\d+):\\s+lint:\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
"message": 4
}
]
}
]
}