Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.13 KB

File metadata and controls

32 lines (20 loc) · 1.13 KB

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.Decision Graph

Architecture

This repository uses decision graph CLI to assist manage the documents here.

The Architecture docs are located under docs/architecture.

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.