1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-11-21 22:19:24 +00:00
setup-python/.github/python.json
Danny McCormick a907799389
Start simple
2019-07-08 14:49:33 -04:00

14 lines
290 B
JSON

{
"problemMatcher": [
{
"owner": "python",
"pattern": [
{
"regexp": "^\s*raise\s(.*)\(\'(.*)\'\)$",
"severity": 1,
"message": 2
}
]
}
]
}