mirror of
https://github.com/beetbox/beets.git
synced 2026-05-18 06:31:04 -04:00
16 lines
237 B
JSON
16 lines
237 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "sphinx",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^([^:]+):(\\d+): (WARNING: )?(.+)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"message": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|