mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
19 lines
454 B
JSON
19 lines
454 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "mypy",
|
||
|
"severity": "error",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^([^:]*):(\\d+):(?:(\\d+):)? (?:error|note): (.*?)(?: \\[(\\S+)\\])?$",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"column": 3,
|
||
|
"message": 4,
|
||
|
"code": 5
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|