Add problem matcher (#4)

This commit is contained in:
Danny McCormick
2019-07-11 22:57:54 -04:00
committed by GitHub
parent 9242e91aad
commit 4fa0fd2a23
5 changed files with 26 additions and 5 deletions

14
.github/java.json vendored Normal file
View File

@ -0,0 +1,14 @@
{
"problemMatcher": [
{
"owner": "java",
"pattern": [
{
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
"code": 2,
"message": 3
}
]
}
]
}