setup-python/.github/python.json

17 lines
427 B
JSON
Raw Normal View History

2019-07-08 18:43:29 +00:00
{
"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
}
]
}
]
}