mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
Little more complex
This commit is contained in:
parent
05cb373632
commit
6e3973ea1c
8
.github/python.json
vendored
8
.github/python.json
vendored
@ -4,9 +4,11 @@
|
|||||||
"owner": "python",
|
"owner": "python",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
|
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
|
||||||
"severity": 1,
|
"file": 1,
|
||||||
"message": 2
|
"line": 2,
|
||||||
|
"severity": 4,
|
||||||
|
"message": 5
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user