mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 00:09:41 +00:00
16 lines
318 B
JSON
16 lines
318 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "check_for_tabs",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^([^:]+):(\\d+):(.*)$",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"message": 3
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|