aioesphomeapi/.github/workflows/matchers/isort.json
2021-06-18 17:57:02 +02:00

15 lines
205 B
JSON

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