weblate/.github/matchers/sphinx.json
2020-04-22 13:41:10 +02:00

15 lines
240 B
JSON

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