Simplify matcher
This commit is contained in:
parent
de5d0c1f9a
commit
7cb492936e
9
.github/java.json
vendored
9
.github/java.json
vendored
@ -4,11 +4,10 @@
|
|||||||
"owner": "java",
|
"owner": "java",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^Exception in thread \".*\" (.*): (.*)\\n\\s*at .*\\((.*):(\\d*)\\)$",
|
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
||||||
"severity": 1,
|
"file": 1,
|
||||||
"message": 2,
|
"severity": 2,
|
||||||
"file": 3,
|
"message": 3
|
||||||
"line": 4
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user