19 lines
483 B
Plaintext
19 lines
483 B
Plaintext
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "gcc-problem-matcher",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(${{ BASE }})(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
|
|
"fromPath": 1,
|
|
"file": 2,
|
|
"line": 3,
|
|
"column": 4,
|
|
"severity": 5,
|
|
"message": 6
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|