Merge 82009b3bde52ba09eae338d59adb1c06ac50c997 into 39cd14951b08e74b54015e9e001cdefcf80e669f
This commit is contained in:
commit
bcf329a69d
9
.github/python.json
vendored
9
.github/python.json
vendored
@ -4,13 +4,16 @@
|
|||||||
"owner": "python",
|
"owner": "python",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
|
"regexp": "^ File \"([^\"]*)\", line (\\d+).*",
|
||||||
"file": 1,
|
"file": 1,
|
||||||
"line": 2
|
"line": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
|
"regexp": "^ .*$"
|
||||||
"message": 2
|
},
|
||||||
|
{
|
||||||
|
"regexp": "^(?! File)(.*)\\s*$",
|
||||||
|
"message": 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user