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