mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 02:30:15 +02:00
Try to make error matcher more useful.
This commit is contained in:
6
.github/openscad_docsgen.json
vendored
6
.github/openscad_docsgen.json
vendored
@@ -4,11 +4,9 @@
|
|||||||
"owner": "docsgen",
|
"owner": "docsgen",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^!! (WARNING|ERROR) at ([^:]+):(\\d+): (.*[^:])$",
|
"regexp": "^!! (WARNING|ERROR) at ([^:]+:\\d+: .*[^:])$",
|
||||||
"severity": 1,
|
"severity": 1,
|
||||||
"file": 2,
|
"message": 2
|
||||||
"line": 3,
|
|
||||||
"message": 4
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user