mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +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
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|