mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 06:26:25 +00:00
17 lines
427 B
JSON
17 lines
427 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|