weblate/.github/matchers/sphinx.json
2022-01-27 12:43:23 +01:00

15 lines
232 B
JSON

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