setup-python/.github/python.json

19 lines
448 B
JSON
Raw Permalink Normal View History

2019-07-08 18:43:29 +00:00
{
"problemMatcher": [
{
"owner": "python",
"pattern": [
{
2019-07-08 19:07:01 +00:00
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
2019-07-08 18:52:17 +00:00
"file": 1,
2019-07-08 19:02:46 +00:00
"line": 2
},
{
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
2019-07-08 19:03:54 +00:00
"message": 2
2019-07-08 18:43:29 +00:00
}
]
}
]
}