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