mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 23:40:19 +02:00
Tweak Problem Matcher.
This commit is contained in:
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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user