1
0
mirror of https://github.com/actions/setup-python synced 2024-12-03 21:52:27 +08:00
setup-python/.github/python.json

22 lines
492 B
JSON
Raw Normal View History

2019-07-09 02:43:29 +08:00
{
"problemMatcher": [
{
"owner": "python",
"pattern": [
{
"regexp": "^ File \"([^\"]*)\", line (\\d+).*",
2019-07-09 02:52:17 +08:00
"file": 1,
2019-07-09 03:02:46 +08:00
"line": 2
},
{
"regexp": "^ .*$"
},
{
"regexp": "^(?! File)(.*)\\s*$",
"message": 1
2019-07-09 02:43:29 +08:00
}
]
}
]
}