mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 12:17:37 +00:00
22 lines
519 B
JSON
22 lines
519 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "xo",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^\\s+(.*):(\\d+):(\\d+)$",
|
|
"file": 1
|
|
},
|
|
{
|
|
"regexp": "^\\s+✖\\s+(\\d+):(\\d+)\\s+(.*)\\s+(.*)$",
|
|
"line": 1,
|
|
"column": 2,
|
|
"message": 3,
|
|
"code": 4,
|
|
"loop": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|