weblate/.github/matchers/setuptools.json
Michal Čihař a3c2d473e3 feat(ci): add matcher for setuptools warnigs
This should collect errors seen in #12778.
2024-10-15 14:37:41 +02:00

14 lines
222 B
JSON

{
"problemMatcher": [
{
"owner": "setuptools",
"severity": "warning",
"pattern": [
{
"message": 1,
"regexp": "^[^:]*:\\d+: _Warning: (.*)$"
}
]
}
]
}