beets/.github/sphinx-problem-matcher.json
2024-06-12 10:51:58 +01:00

15 lines
237 B
JSON

{
"problemMatcher": [
{
"owner": "sphinx",
"pattern": [
{
"regexp": "^([^:]+):(\\d+): (WARNING: )?(.+)$",
"file": 1,
"line": 2,
"message": 4
}
]
}
]
}