aioesphomeapi/.github/workflows/matchers/pytest.json
2021-07-12 20:09:17 +02:00

20 lines
335 B
JSON

{
"problemMatcher": [
{
"owner": "pytest",
"fileLocation": "absolute",
"pattern": [
{
"regexp": "^\\s+File \"(.*)\", line (\\d+), in (.*)$",
"file": 1,
"line": 2
},
{
"regexp": "^\\s+(.*)$",
"message": 1
}
]
}
]
}