mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-06 01:56:21 +00:00
16 lines
317 B
JSON
16 lines
317 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "junit",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^## ([\\w./-]+):(\\d+): (.*)$",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"message": 3
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|