esphome-flasher/.github/workflows/matchers/isort.json

15 lines
205 B
JSON

{
"problemMatcher": [
{
"owner": "isort",
"pattern": [
{
"regexp": "^ERROR:\\s+(.+)\\s+(.+)$",
"file": 1,
"message": 2
}
]
}
]
}