2
0
mirror of https://github.com/RouxAntoine/checkout.git synced 2024-12-28 05:27:22 +00:00
checkout/dist/problem-matcher.json
2019-12-03 10:28:59 -05:00

13 lines
253 B
JSON

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