setup-python/.github/python.json
Danny McCormick a907799389
Start simple
2019-07-08 14:49:33 -04:00

15 lines
290 B
JSON

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