mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 10:05:13 +01:00
15 lines
237 B
JSON
15 lines
237 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "sphinx",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^([^:]+):(\\d+): (WARNING: )?(.+)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"message": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|