Files
create/.github/problemMatcher/cpplint.json
2025-03-05 21:04:33 -06:00

17 lines
347 B
JSON

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