Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 997 Bytes

File metadata and controls

27 lines (17 loc) · 997 Bytes

edge-toolkit docs

mise

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.

Spelling and grammar

The following Rust utilities used for spelling and grammar.

Configuration for cargo-spellcheck can be found here .config/spellcheck.toml.

  • cargo spellcheck check runs both nlprules and hunspell
  • cargo spellcheck check --checkers nlprules runs nlprules
  • cargo spellcheck check --checkers hunspell runs 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.