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
4
.github/rust.json
vendored
4
.github/rust.json
vendored
@ -33,7 +33,7 @@
|
||||
"owner": "cargo-fmt",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^(Diff in (\\S+)) at line (\\d):",
|
||||
"regexp": "^(Diff in (\\S+)) at line (\\d+):",
|
||||
"message": 1,
|
||||
"file": 2,
|
||||
"line": 3
|
||||
@ -41,4 +41,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user