Merge pull request #16 from CryZe/patch-1
Fix cargo-fmt problem matcher
This commit is contained in:
commit
e0938bab41
4
.github/rust.json
vendored
4
.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
|
||||||
@ -41,4 +41,4 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user