Merge pull request #16 from CryZe/patch-1
Fix cargo-fmt problem matcher
This commit is contained in:
commit
e0938bab41
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…
Reference in New Issue
Block a user