Fix flake8 problem matcher to handle fatals as errors (#37536)
This commit is contained in:
parent
53545c984b
commit
80c108c25a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/matchers/flake8.json
vendored
4
.github/workflows/matchers/flake8.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"severity": "error",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^(.*):(\\d+):(\\d+):\\s(E\\d{3}\\s.*)$",
|
||||
"regexp": "^(.*):(\\d+):(\\d+):\\s([EF]\\d{3}\\s.*)$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"column": 3,
|
||||
|
@ -18,7 +18,7 @@
|
|||
"severity": "warning",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^(.*):(\\d+):(\\d+):\\s([CDFNW]\\d{3}\\s.*)$",
|
||||
"regexp": "^(.*):(\\d+):(\\d+):\\s([CDNW]\\d{3}\\s.*)$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"column": 3,
|
||||
|
|
Loading…
Add table
Reference in a new issue