Run spell checker in a pre-commit hook #1054
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
We often find spelling errors only after having made a PR and have to go back and fix them.
It is possible to run ./scripts/_verify locally before creating the PR, but this seems to be easier forget than i.e running the tests before a code PR as it does not fit into the workflow so well.
As @hawksight suggested we could run the verify script in an optional pre-commit hook #1049 (comment)
The text was updated successfully, but these errors were encountered: