17 lines
347 B
JSON
17 lines
347 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "cpplint",
|
|
"severity": "warning",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):([0-9]+): (.+)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"message": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|