17 lines
385 B
JSON
17 lines
385 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "git-test-suite",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^([^ :]+\\.sh):(\\d+): (error|warning|info):\\s+(.*)$",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"severity": 3,
|
||
|
"message": 4
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|