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

17 lines
357 B
JSON

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