Source code spell checker
Find a file
Ed Page 2b5699180c fix: Count lines correctly
I didn't count on how `buffer.lines().count()` would handle different
corner cases, like slices with no `\n`, slices with trailing `\n`, etc.

Fixes #259
2021-05-27 13:24:38 -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: Re-enable large-file checks 2021-05-22 21:21:03 -05:00
crates chore: Update codespell dict 2021-05-22 21:44:56 -05:00
docs docs: Remove reference to misspell-rs 2021-05-22 21:17:37 -05:00
src fix: Count lines correctly 2021-05-27 13:24:38 -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 chore: Release 2021-05-25 21:02:40 -05:00
Cargo.toml chore: Release 2021-05-25 21:02:40 -05:00
CHANGELOG.md fix: Count lines correctly 2021-05-27 13:24:38 -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