18 lines
312 B
JSON
18 lines
312 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "ruff",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+?):(\\d+):(\\d+): (\\w+): (.+)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"code": 4,
|
|
"message": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|