Add matcher

This commit is contained in:
Danny McCormick 2019-07-11 09:19:07 -04:00
parent 35ebce62df
commit de5d0c1f9a
4 changed files with 23 additions and 0 deletions

16
.github/java.json vendored Normal file
View file

@ -0,0 +1,16 @@
{
"problemMatcher": [
{
"owner": "java",
"pattern": [
{
"regexp": "^Exception in thread \".*\" (.*): (.*)\\n\\s*at .*\\((.*):(\\d*)\\)$",
"severity": 1,
"message": 2,
"file": 3,
"line": 4
}
]
}
]
}