mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-15 05:56:33 +02:00
13 lines
240 B
JSON
13 lines
240 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "rustfmt",
|
||
|
"pattern": {
|
||
|
"regexp": "^Diff in (\\S+) at line (\\d+):$",
|
||
|
"file": 1,
|
||
|
"line": 2
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|