mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-11 17:14:37 +02:00
Improved docsgen problem matcher.
This commit is contained in:
16
.github/openscad_docsgen.json
vendored
16
.github/openscad_docsgen.json
vendored
@@ -1,21 +1,5 @@
|
|||||||
{
|
{
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
{
|
|
||||||
"owner": "docsgen_script",
|
|
||||||
"pattern": [
|
|
||||||
{
|
|
||||||
"regexp": "^!! (WARNING|ERROR) at ([^:]+):(\\d+): Failed OpenSCAD script:$",
|
|
||||||
"severity": 1,
|
|
||||||
"file": 2,
|
|
||||||
"line": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"regexp": "^ (.*)$",
|
|
||||||
"message": 1,
|
|
||||||
"loop": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"owner": "docsgen",
|
"owner": "docsgen",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
|
Reference in New Issue
Block a user