weblate/.github/matchers/sphinx-linkcheck.json
2020-11-24 16:44:33 +01:00

15 lines
243 B
JSON

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