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

17 lines
292 B
JSON

{
"problemMatcher": [
{
"owner": "flake8",
"pattern": [
{
"code": 4,
"column": 3,
"file": 1,
"line": 2,
"message": 5,
"regexp": "^([^:]*):(\\d+):(\\d+): (\\w+\\d\\d\\d) (.*)$"
}
]
}
]
}