mirror of https://github.com/aminya/setup-cpp
18 lines
329 B
JSON
18 lines
329 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "gcc-problem-matcher",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"column": 3,
|
||
|
"severity": 4,
|
||
|
"message": 5
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|