You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: replace cspell with typos-cli, bump MSRV to 1.94.0
Spell checking:
- Replace cspell (Node.js) with typos-cli (Rust) for spell checking
- Add typos.toml with domain-specific allowlist (author names, math terms)
- Delete cspell.json (107 lines of word dictionary no longer needed)
- Update justfile spell-check recipe to use typos on modified files
- Add _ensure-typos helper and typos-cli to setup-tools install/verify
- Update CI to install typos-cli via taiki-e/install-action instead of
npm cspell
Toolchain:
- Bump rust-version to 1.94 (Cargo.toml) and channel to 1.94.0
(rust-toolchain.toml)
0 commit comments