Source code spell checker
Find a file
Ed Page 943ae7f490 refactor(cli)!: Shift Report impls to bin
This way we can add dependencies on things like `yansi` without worrying
about compatibility.
2021-05-12 19:51:41 -05:00
.github Upgrade to GitHub-native Dependabot 2021-04-28 22:03:08 +00:00
benches refactor(cli)!: Shift Report impls to bin 2021-05-12 19:51:41 -05:00
benchsuite perf: Multi-threaded spell checking 2020-03-21 14:22:53 -05:00
crates Merge pull request #240 from crate-ci/dependabot/cargo/codegenrs-1.0.0 2021-05-01 09:04:51 -05:00
docs docs: Switch from blacklist language 2021-04-30 20:49:01 -05:00
src refactor(cli)!: Shift Report impls to bin 2021-05-12 19:51:41 -05:00
.clog.toml fix(docs): Replace mentions of scorrect with typos 2021-01-10 23:13:38 -05:00
.gitignore Initial commit 2019-01-22 15:01:33 -07:00
.ignore feat: Support english dialects 2020-08-20 19:37:37 -05:00
azure-pipelines.yml chore(cli): Allow building without expensive parts 2021-04-30 21:31:25 -05:00
Cargo.lock chore(deps): Bump regex from 1.5.1 to 1.5.2 2021-05-01 14:07:40 +00:00
Cargo.toml refactor(cli): Separate out bin 2021-05-04 21:47:34 -05:00
CHANGELOG.md chore({{crate_name}}): Release {{version}} 2021-04-14 19:13:25 -05:00
committed.toml chore: Pass along improvements 2021-02-04 21:46:38 -06:00
CONTRIBUTING.md docs: Fix links 2019-10-25 09:58:24 -06:00
LICENSE-APACHE Initial commit 2019-01-22 15:01:33 -07:00
LICENSE-MIT fix(docs): Replace mentions of scorrect with typos 2021-01-10 23:13:38 -05:00
README.md docs: Re-organize to clarify intent 2021-04-30 20:41:57 -05:00
release.toml chore: Fix release commit message 2021-04-21 12:14:19 -05:00

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

Build Status codecov Documentation License Crates Status

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