weblate/.github/matchers/sphinx.json
2024-09-05 10:32:20 +02:00

16 lines
267 B
JSON

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