1
0
mirror of https://gitea.com/actions/setup-python.git synced 2025-02-23 12:10:36 +07:00
setup-python/.github/python.json
2019-07-08 14:52:17 -04:00

17 lines
411 B
JSON

{
"problemMatcher": [
{
"owner": "python",
"pattern": [
{
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
"file": 1,
"line": 2,
"severity": 4,
"message": 5
}
]
}
]
}