Add matcher

This commit is contained in:
Danny McCormick
2019-07-08 14:43:29 -04:00
parent 87886b89ec
commit f7f8dbaddf
3 changed files with 22 additions and 0 deletions

16
.github/python.json vendored Normal file
View File

@ -0,0 +1,16 @@
{
"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
}
]
}
]
}