* GitHub Actions: Add codespell problem matcher
* Add some spelling issues for test
* Disable color, might throw off matcher
* Revert "Add some spelling issues for test"
This reverts commit 3afb59c8d9
.
16 lines
256 B
JSON
16 lines
256 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "codespell",
|
|
"severity": "warning",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):(\\d+):\\s(.+)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"message": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|