Commit graph

1916 commits

Author SHA1 Message Date
Ed Page
1046b89208 fix(config): Avoid correcting Rust names
Part of 
2021-10-23 09:24:37 -05:00
Ed Page
b7812e616c fix(config): Check project files with language
For `rg`, keeping the file types strict makes sense,  For spell
checking, `Cargo.toml` is a lot more closely related in handling to
`*.rs` than it is to `pyproject.toml` due to ecosystem package names.

Part of 
2021-10-23 09:24:31 -05:00
Ed Page
29ebe5ab48 fix(config): Skip lock files by default
Part of 
2021-10-23 09:24:25 -05:00
Ed Page
83dc9dcb5f fix(config): Overlay default/overrides with type-config 2021-10-23 09:24:25 -05:00
Ed Page
6eccb60552
Merge pull request from epage/false
fix: Address false positives
2021-10-23 08:38:57 -05:00
Ed Page
fcac819478 fix: Address false positives
Hard to say how to handle `doen't` since we don't handle contractions.
For now, I've gone ahead and added corrections to the part of the
contraction.  Hopefully that doesn't confuse people

Part of 
2021-10-23 08:21:53 -05:00
Ed Page
617451a378 chore(ci): Release what we can 2021-10-20 08:26:54 -05:00
Ed Page
32ad1f6481
Merge pull request from epage/color
feat(cli): Smarter color control
2021-10-06 10:57:27 -05:00
Ed Page
b17b811ec1 feat(cli): Smarter color control 2021-10-06 10:08:42 -05:00
Ed Page
a5d06c5a65
Merge pull request from epage/update
chore: Update deps
2021-10-01 08:46:57 -05:00
Ed Page
eebe950b2c chore: Update deps 2021-10-01 08:29:05 -05:00
Ed Page
ff3d2fd00a
Merge pull request from epage/inline
perf: Remove some function overhead
2021-09-15 08:17:47 -05:00
Ed Page
efae838e5c perf: Remove some function overhead
Unfortunately, almost all of this is for corrections.
2021-09-14 21:09:30 -05:00
Ed Page
3cd24f5cca chore: Release 2021-09-14 10:03:34 -05:00
Ed Page
7cf630a0be
Merge pull request from epage/ordinal
fix: Reduce false positives from ordinals
2021-09-14 09:57:25 -05:00
Ed Page
e20879dae1 fix: Reduce false positives from ordinals
Just ignoring them since our focus is on programmer typos and these
can't be identifiers.  This is simpler and is less work at runtime.

Fixes 
2021-09-14 08:53:31 -05:00
Ed Page
894c8d71ca
Merge pull request from epage/update
chore: Update dependencies
2021-09-01 07:33:44 -05:00
Ed Page
335bd89193 chore: Update dependencies 2021-09-01 07:13:35 -05:00
Ed Page
84f4c29180
Merge pull request from epage/update
chore: Update dependencies
2021-09-01 07:02:38 -05:00
Ed Page
92e46848a3 chore: Update dependencies 2021-09-01 06:38:52 -05:00
Ed Page
dbea7ab1e0 chore: Release 2021-08-30 09:16:40 -05:00
Ed Page
0f28f38d18 docs: Update changelog 2021-08-30 09:15:49 -05:00
Ed Page
ebb66158df
Merge pull request from scop/surrouned-surrounded
feat(dict): suggest `surrounded` for `surrouned` too
2021-08-30 09:08:49 -05:00
Ville Skyttä
4fcd7ba16f feat(dict): Suggest surrounded for surrouned too 2021-08-29 21:22:24 +03:00
Ed Page
ce6b9b9516 chore: Release 2021-08-20 12:16:11 -05:00
Ed Page
de70739948 docs: Update CHANGELOG 2021-08-20 12:13:32 -05:00
Ed Page
44d9828330
Merge pull request from nmathewson/flexible_hash_literals
Ignore hexadecimal "hashes" of length 32 or greater.
2021-08-20 12:11:06 -05:00
Nick Mathewson
739d1a2f7c Ignore hexadecimal "hashes" of length 32 or greater.
By experimentation (see ticket), it seems that same-case hexadecimal
strings of 32 characters or longer are almost never intended to hold
text.  By treating such strings as ignored, we can resist a larger
category of false positives.

Closes .
2021-08-20 12:34:59 -04:00
Ed Page
613a0cba4b chore: Iterate on release process 2021-08-16 11:23:25 -05:00
Ed Page
c5028ded31 chore: Release 2021-08-06 09:03:52 -05:00
Ed Page
3d0af96eb6 chore: Streamline release 2021-08-06 09:03:43 -05:00
Ed Page
eed800c348 docs: Update changelog 2021-08-06 09:02:55 -05:00
Ed Page
54391deb6d
Merge pull request from mendess/master
Add "instantialed" as a typo for "instantiated"
2021-08-06 09:01:58 -05:00
mendess
5747aba05d Add instantialed as a typo for instantiated 2021-08-06 14:33:50 +01:00
Ed Page
936ec335a5 chore: Release 2021-08-04 08:47:54 -05:00
Ed Page
cee0c57989 docs: Update changelog 2021-08-04 08:46:22 -05:00
Ed Page
ddac715b81
Merge pull request from epage/cert
fix(config): Skip checking cert contents
2021-08-04 08:44:59 -05:00
Ed Page
27bd817498 fix(config): Skip checking cert contents
Fixes 
2021-08-04 07:12:10 -05:00
Ed Page
7ce0438a70 refactor(config): Allow defaulting type patterns 2021-08-04 07:12:10 -05:00
Ed Page
acf5fd331b chore: Release 2021-08-02 09:58:00 -05:00
Ed Page
2dce866937 chore: Release 2021-08-02 09:55:25 -05:00
Ed Page
f6b14d91bd
Merge pull request from epage/escape
fix(token): Continue parsing on c-escape
2021-08-02 09:48:40 -05:00
Ed Page
a5f0dd8ee9 fix(token): Continue parsing on c-escape 2021-08-02 09:29:10 -05:00
Ed Page
3e5d2e0620
Merge pull request from epage/escape
fix(token): Continue parsing on c-escape
2021-08-02 09:23:42 -05:00
Ed Page
fdeba0e71b fix(token): Continue parsing on c-escape 2021-08-02 09:11:54 -05:00
Ed Page
11a8c50c67
Merge pull request from crate-ci/dependabot/cargo/env_logger-0.9.0
chore(deps): Bump env_logger from 0.8.4 to 0.9.0
2021-08-02 08:28:36 -05:00
Ed Page
e2bcf10dd8
Merge pull request from crate-ci/dependabot/cargo/assert_cmd-1.0.8
chore(deps): Bump assert_cmd from 1.0.7 to 1.0.8
2021-08-02 08:28:09 -05:00
Ed Page
1ac37b6d19
Merge pull request from crate-ci/dependabot/cargo/serde-1.0.127
chore(deps): Bump serde from 1.0.126 to 1.0.127
2021-08-02 08:27:59 -05:00
dependabot[bot]
d0d7a1437a
chore(deps): Bump assert_cmd from 1.0.7 to 1.0.8
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.7 to 1.0.8.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases)
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.7...v1.0.8)

---
updated-dependencies:
- dependency-name: assert_cmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-01 07:05:27 +00:00
dependabot[bot]
0ab1993bcb
chore(deps): Bump serde from 1.0.126 to 1.0.127
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.126 to 1.0.127.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.126...v1.0.127)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-01 07:05:18 +00:00