mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-12-09 23:48:06 +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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|