mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
17 lines
299 B
JSON
17 lines
299 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "sphinx-lint",
|
|
"severity": "error",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^([^:]+):(\\d+):\\s+(.*)\\s\\(([a-z-]+)\\)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"message": 3,
|
|
"code": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|