mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-10 00:36:39 +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": [
|
"problemMatcher": [
|
||||||
{
|
{
|
||||||
"owner": "openscad_docsgen",
|
"owner": "docsgen_script",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^!! (WARNING|ERROR) at ([^:]+):(\\d+): (.*)$",
|
"regexp": "^!! (WARNING|ERROR) at ([^:]+):(\\d+): Failed OpenSCAD script:$",
|
||||||
"severity": 1,
|
"severity": 1,
|
||||||
"file": 2,
|
"file": 2,
|
||||||
"line": 3,
|
"line": 3
|
||||||
"message": 4
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regexp": "^ (.*)$",
|
"regexp": "^ (.*)$",
|
||||||
@@ -16,6 +15,18 @@
|
|||||||
"loop": true
|
"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