mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
24 lines
685 B
JSON
24 lines
685 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "phpcs",
|
|
"severity": "error",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^<file name=\"(?:\\/github\\/workspace\\/)?(.*)\">$",
|
|
"file": 1
|
|
},
|
|
{
|
|
"regexp": "<error line=\"(\\d*)\" column=\"(\\d*)\" severity=\"(error|warning)\" message=\"(.*)\" source=\"(.*)(\"\\/>+)$",
|
|
"line": 1,
|
|
"column": 2,
|
|
"severity": 3,
|
|
"message": 4,
|
|
"code": 5,
|
|
"loop": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|