diff --git a/.github/openscad_docsgen.json b/.github/openscad_docsgen.json index 813bec6..3520cfd 100644 --- a/.github/openscad_docsgen.json +++ b/.github/openscad_docsgen.json @@ -1,14 +1,13 @@ { "problemMatcher": [ { - "owner": "openscad_docsgen", + "owner": "docsgen_script", "pattern": [ { - "regexp": "^!! (WARNING|ERROR) at ([^:]+):(\\d+): (.*)$", + "regexp": "^!! (WARNING|ERROR) at ([^:]+):(\\d+): Failed OpenSCAD script:$", "severity": 1, "file": 2, - "line": 3, - "message": 4 + "line": 3 }, { "regexp": "^ (.*)$", @@ -16,6 +15,18 @@ "loop": true } ] + }, + { + "owner": "docsgen", + "pattern": [ + { + "regexp": "^!! (WARNING|ERROR) at ([^:]+):(\\d+): (.*[^:])$", + "severity": 1, + "file": 2, + "line": 3, + "message": 4 + } + ] } ] }