mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Improved docsgen problem matcher.
This commit is contained in:
parent
b369b9a3da
commit
5c732f0684
1 changed files with 0 additions and 16 deletions
16
.github/openscad_docsgen.json
vendored
16
.github/openscad_docsgen.json
vendored
|
@ -1,21 +1,5 @@
|
|||
{
|
||||
"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",
|
||||
"pattern": [
|
||||
|
|
Loading…
Reference in a new issue