1 { 2 "problemMatcher": [ 3 { 4 "owner": "checkout-git", 5 "pattern": [ 6 { 7 "regexp": "^(fatal|error): (.*)$", 8 "message": 2 9 } 10 ] 11 } 12 ] 13 }