mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 17:20:20 +02:00
Merge pull request #508 from revarbat/revarbat_dev
Try to make problem matchers useful.
This commit is contained in:
10
.github/openscad_docsgen.json
vendored
10
.github/openscad_docsgen.json
vendored
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user