esphome/.github/workflows/matchers/gcc.json

19 lines
338 B
JSON
Raw Normal View History

2020-07-14 14:34:44 +02:00
{
"problemMatcher": [
{
"owner": "gcc",
"severity": "error",
"pattern": [
{
"regexp": "^(.*):(\\d+):(\\d+):\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
"severity": 4,
"message": 5
}
]
}
]
}