mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
* 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.
17 lines
256 B
JSON
17 lines
256 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "codespell",
|
|
"severity": "warning",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):(\\d+):\\s(.+)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"message": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|