mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
Source code spell checker
9859e60077
When rendering typos, we look up what visual column the typoe starts on but I mixed a raw byte offset with the offset into a lossy string. This caused panics when dealing with non-ascii content. Fixes #258 |
||
---|---|---|
.github | ||
benches | ||
benchsuite | ||
crates | ||
docs | ||
src | ||
.clog.toml | ||
.gitignore | ||
.ignore | ||
azure-pipelines.yml | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
committed.toml | ||
CONTRIBUTING.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
release.toml |
typos
Source code spell checker
Finds and corrects spelling mistakes among source code:
- Fast enough to run on monorepos
- Low false positives so you can run on PRs
Dual-licensed under MIT or Apache 2.0
Documentation
Install
Download a pre-built binary (installable via gh-install).
Or use rust to install:
cargo install typos-cli