mirror of
https://github.com/actions/setup-python
synced 2024-11-30 21:22:28 +08:00
15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "python",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^\s*raise\s(.*)\(\'(.*)\'\)$",
|
|
"severity": 1,
|
|
"message": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|