Add QA/CI to Supervisor (#1814)

This commit is contained in:
Franck Nijhof
2020-07-05 20:20:29 +02:00
committed by GitHub
parent 29e8f50ab8
commit 9eab92513a
13 changed files with 617 additions and 8 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"problemMatcher": [
{
"owner": "python",
"pattern": [
{
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
"file": 1,
"line": 2
},
{
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
"message": 2
}
]
}
]
}