Source code spell checker
Find a file
Ed Page 327a84a242 feat(ignore): Typos=specific ignores
We want both CLI and config ignores.  The question then is what we make
them relative to.  I decided to favor CLI with `.`.  We'll see how this
works out

Fixes #134
2021-05-20 21:00:28 -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 perf(dict): Bypass vars when possible 2021-05-19 13:55:41 -05:00
docs feat(ignore): Typos=specific ignores 2021-05-20 21:00:28 -05:00
src feat(ignore): Typos=specific ignores 2021-05-20 21:00:28 -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(ci): Clarify step names 2021-05-15 19:03:10 -05:00
Cargo.lock refactor(dict): Allow 0..n corrections in BuiltIn 2021-05-18 12:02:03 -05:00
Cargo.toml chore: Release 2021-05-13 09:58:09 -05:00
CHANGELOG.md chore: Release 2021-05-13 09:58:09 -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: Balance the parens 2021-05-19 19:54:51 -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

Screenshot

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