beets/.github/flake8-problem-matcher.json
2020-08-02 22:41:01 +01:00

16 lines
349 B
JSON

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