mirror of
https://github.com/actions-rs/cargo.git
synced 2025-08-20 23:50:20 +00: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
|
|
}
|
|
}
|
|
]
|
|
}
|