mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
25 lines
438 B
JSON
25 lines
438 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "merge-conflict",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^CONFLICT\\s\\(\\S+\\): (Merge conflict in \\S+)$",
|
|
"message": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"owner": "patch-conflict",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^error: (patch failed: (\\S+):(\\d+))$",
|
|
"message": 1,
|
|
"file": 2,
|
|
"line": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|