mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-10 19:46:32 +02:00
22 lines
531 B
JSON
22 lines
531 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "rust",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^(warning|warn|error)(\\[(.*)\\])?: (.*)$",
|
||
|
"severity": 1,
|
||
|
"message": 4,
|
||
|
"code": 3
|
||
|
},
|
||
|
{
|
||
|
"regexp": "^([\\s->=]*(.*):(\\d*):(\\d*)|.*)$",
|
||
|
"file": 2,
|
||
|
"line": 3,
|
||
|
"column": 4
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|