This website requires JavaScript.
Explore
Discord Server
Help
Sign in
actions
/
typos
Watch
1
Star
0
Fork
You've already forked typos
0
mirror of
https://github.com/crate-ci/typos.git
synced
2024-11-22 17:11:07 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e4f477799a
typos
/
src
/
lib.rs
6 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: Support english dialects The goal is to be as accepting and unobtrusive to new code bases as possible. To this end, we correct typos into the closest english dialect. If someone wants to opt-in, they can have typos correct to a specific english dialect. Fixes #52 Fixes #22
2020-05-27 21:46:41 -04:00
pub
mod
config
;
chore(benches): Fix compilation errors
2019-10-30 09:19:27 -04:00
pub
mod
dict
;
refactor(cli): Clarify role of checks
2021-02-11 22:27:33 -05:00
pub
mod
file
;
refactor(cli): Break out config->policy This is prep for having many policies floating around
2021-02-12 19:43:12 -05:00
pub
mod
policy
;
refactor(typos): Pull out file logic
2020-12-30 20:41:08 -05:00
pub
mod
report
;
Reference in a new issue
Copy permalink