Skip to content

Commit e71ba78

Browse files
authored
Create rust.json
1 parent a0827d6 commit e71ba78

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

rust.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"problemMatcher": [
3+
{
4+
"owner": "rustfmt",
5+
"severity": "warning",
6+
"pattern": [
7+
{
8+
"regexp": "^(Diff in (.+)) at line (\\d+):$",
9+
"message": 1,
10+
"file": 2,
11+
"line": 3
12+
}
13+
]
14+
},
15+
{
16+
"owner": "clippy",
17+
"pattern": [
18+
{
19+
"regexp": "^(warning|warn|error)(\\[(.*)\\])?: (.*)$",
20+
"severity": 1,
21+
"message": 4,
22+
"code": 3
23+
},
24+
{
25+
"regexp": "^([\\s->=]*(.*):(\\d*):(\\d*)|.*)$",
26+
"file": 2,
27+
"line": 3,
28+
"column": 4
29+
}
30+
]
31+
}
32+
]
33+
}

0 commit comments

Comments
 (0)