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