setup-python/.github/python.json
Danny McCormick 05cb373632
escaping
2019-07-08 14:49:52 -04:00

15 lines
296 B
JSON

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