0
1
Fork 0
checkout/dist/problem-matcher.json

13 lines
253 B
JSON

{
"problemMatcher": [
{
"owner": "checkout-git",
"pattern": [
{
"regexp": "^(fatal|error): (.*)$",
"message": 2
}
]
}
]
}