Fix cargo-fmt problem matcher
Turns out that it doesn't work because it only accepts single digit lines.
This commit is contained in:
parent
4db48f1364
commit
1a7e265421
2
.github/rust.json
vendored
2
.github/rust.json
vendored
@ -33,7 +33,7 @@
|
|||||||
"owner": "cargo-fmt",
|
"owner": "cargo-fmt",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^(Diff in (\\S+)) at line (\\d):",
|
"regexp": "^(Diff in (\\S+)) at line (\\d+):",
|
||||||
"message": 1,
|
"message": 1,
|
||||||
"file": 2,
|
"file": 2,
|
||||||
"line": 3
|
"line": 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user