mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Tweak Problem Matcher.
This commit is contained in:
parent
257f1ec1f8
commit
527215fa27
1 changed files with 15 additions and 4 deletions
19
.github/openscad_docsgen.json
vendored
19
.github/openscad_docsgen.json
vendored
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue