This repository uses mise for tool management and task definition.
After installing mise, run mise run check to check the repository contents.
It currently exits with an error due to a bug in harper-cli.
The following Rust utilities used for spelling and grammar.
Configuration for cargo-spellcheck can be found here .config/spellcheck.toml.
cargo spellcheck checkruns both nlprules and hunspellcargo spellcheck check --checkers nlprulesruns nlprulescargo spellcheck check --checkers hunspellruns hunspell
Both cargo-spellcheck and harper-cli are configured to use .config/lingo.dic
as their extra words dictionary file.
Add any false positive findings and new words to this file.