Try to make problem matchers useful.

This commit is contained in:
Garth Minette 2021-04-17 03:28:50 -07:00
parent d27daf941e
commit e6eabd704a

View file

@ -4,11 +4,11 @@
"owner": "docsgen",
"pattern": [
{
"regexp": "^!! (WARNING|ERROR) at ([^:]+):(\\d+): (.*[^:])$",
"severity": 1,
"file": 2,
"line": 3,
"message": 4
"regexp": "^!! ((WARNING|ERROR) at ([^:]+):(\\d+): .*[^:])$",
"message": 1,
"severity": 2,
"file": 3,
"line": 4
}
]
}