mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
Source code spell checker
e3c191e07e
Before, we always displayed absolute paths and now we'll display relative ones. The main issue was loading the config correctly. We just have to cannonicalize whenever doing so. |
||
---|---|---|
.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