34 lines
857 B
JSON
34 lines
857 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "rustfmt",
|
|
"severity": "warning",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(Diff in (.+)) at line (\\d+):$",
|
|
"message": 1,
|
|
"file": 2,
|
|
"line": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"owner": "clippy",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(warning|warn|error)(\\[(.*)\\])?: (.*)$",
|
|
"severity": 1,
|
|
"message": 4,
|
|
"code": 3
|
|
},
|
|
{
|
|
"regexp": "^([\\s->=]*(.*):(\\d*):(\\d*)|.*)$",
|
|
"file": 2,
|
|
"line": 3,
|
|
"column": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|