mirror of
https://github.com/actions/setup-python.git
synced 2024-11-05 23:45:49 -05:00
Little more complex
This commit is contained in:
parent
05cb373632
commit
6e3973ea1c
1 changed files with 5 additions and 3 deletions
8
.github/python.json
vendored
8
.github/python.json
vendored
|
@ -4,9 +4,11 @@
|
|||
"owner": "python",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
|
||||
"severity": 1,
|
||||
"message": 2
|
||||
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"severity": 4,
|
||||
"message": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue