mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 09:33:46 +01:00
18 lines
406 B
JSON
18 lines
406 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "sphinx",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^Warning, treated as error:$"
|
|
},
|
|
{
|
|
"regexp": "^(.*?):(\\d+):(.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"message": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|