1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-11-25 01:38:56 +00:00
setup-python/.github/python.json

22 lines
492 B
JSON
Raw Normal View History

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