mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
Include error code in message
This commit is contained in:
parent
20a228c21b
commit
5d24cb0e1d
1 changed files with 2 additions and 3 deletions
5
.github/flake8-problem-matcher.json
vendored
5
.github/flake8-problem-matcher.json
vendored
|
|
@ -4,12 +4,11 @@
|
|||
"owner": "flake8",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^(.*?):(\\d+):(\\d+): ([^ ]+) (.*)$",
|
||||
"regexp": "^(.*?):(\\d+):(\\d+): (.*)$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"column": 3,
|
||||
"code": 4,
|
||||
"message": 5
|
||||
"message": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue