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

17 lines
357 B
JSON

{
"problemMatcher": [
{
"owner": "codespell-matcher",
"severity": "warning",
"pattern": [
{
"regexp": "^(.+):(\\d+):\\s+(.+)$",
"file": 1,
"line": 2,
"message": 3
}
]
}
]
}