weblate/.github/matchers/sphinx-linkcheck-warn.json
2020-12-02 12:30:14 +01:00

16 lines
293 B
JSON

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