Commit graph

722 commits

Author SHA1 Message Date
dependabot[bot]
04bf50894f
chore(deps): Bump ahash from 0.7.4 to 0.7.6
Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.7.4 to 0.7.6.
- [Release notes](https://github.com/tkaitchuck/ahash/releases)
- [Commits](https://github.com/tkaitchuck/ahash/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-01 07:02:49 +00:00
Ed Page
33120ee0d1
Merge pull request #365 from epage/fix
test: Fix typo
2021-10-25 11:31:48 -05:00
Ed Page
54953c263a test: Fix typo 2021-10-25 10:29:37 -05:00
Ed Page
e394b4d65e chore: Release 2021-10-23 09:44:22 -05:00
Ed Page
c4ef9c4180 docs: Update CHANGELOG 2021-10-23 09:44:15 -05:00
Ed Page
3f0bea125d
Merge pull request #364 from epage/false
Reduce Rust False Positives
2021-10-23 09:38:25 -05:00
Ed Page
1046b89208 fix(config): Avoid correcting Rust names
Part of #362
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 #362
2021-10-23 09:24:31 -05:00
Ed Page
29ebe5ab48 fix(config): Skip lock files by default
Part of #362
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 #363 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 #362
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 #356 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 #355 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 #346 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 #345 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 #331
2021-09-14 08:53:31 -05:00
Ed Page
894c8d71ca
Merge pull request #344 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 #343 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 #332 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 #330 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 #326.
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 #329 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 #328 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 #327
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 #325 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 #324 from epage/escape
fix(token): Continue parsing on c-escape
2021-08-02 09:23:42 -05:00