1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-10 05:12:19 +02:00

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
}
]
}
]
}