0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:15:44 +01:00
posthog/.github/mypy-problem-matcher.json

19 lines
454 B
JSON
Raw Normal View History

{
"problemMatcher": [
{
"owner": "mypy",
"severity": "error",
"pattern": [
{
"regexp": "^([^:]*):(\\d+):(?:(\\d+):)? (?:error|note): (.*?)(?: \\[(\\S+)\\])?$",
"file": 1,
"line": 2,
"column": 3,
"message": 4,
"code": 5
}
]
}
]
}