setup-python/.github/python.json

15 lines
290 B
JSON
Raw Normal View History

2019-07-08 18:43:29 +00:00
{
"problemMatcher": [
{
"owner": "python",
"pattern": [
{
2019-07-08 18:49:33 +00:00
"regexp": "^\s*raise\s(.*)\(\'(.*)\'\)$",
"severity": 1,
"message": 2
2019-07-08 18:43:29 +00:00
}
]
}
]
}