Update the rustfmt problem matcher
https://github.com/rust-lang/rustfmt/pull/5971 https://github.com/actions-rust-lang/rustfmt/issues/5
This commit is contained in:
parent
4d1965c914
commit
11df97af8e
2 changed files with 9 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"severity": "warning",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^(Diff in (.+)) at line (\\d+):$",
|
||||
"regexp": "^(Diff in (.+))(?: at line |:)(\\d+):$",
|
||||
"message": 1,
|
||||
"file": 2,
|
||||
"line": 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue