This repository has been archived on 2025-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
checkout/dist/problem-matcher.json

13 lines
253 B
JSON
Raw Normal View History

2025-06-05 13:07:41 +08:00
{
"problemMatcher": [
{
"owner": "checkout-git",
"pattern": [
{
"regexp": "^(fatal|error): (.*)$",
"message": 2
}
]
}
]
}