setup-python/.github/python.json

15 lines
296 B
JSON
Raw Normal View History

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