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

16 lines
274 B
JSON

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