BOSL2/.github/openscad_docsgen.json
2021-04-17 03:28:50 -07:00

16 lines
373 B
JSON

{
"problemMatcher": [
{
"owner": "docsgen",
"pattern": [
{
"regexp": "^!! ((WARNING|ERROR) at ([^:]+):(\\d+): .*[^:])$",
"message": 1,
"severity": 2,
"file": 3,
"line": 4
}
]
}
]
}