Releases: crate-ci/typos
Releases · crate-ci/typos
v1.7.2
[1.7.2] - 2022-04-28
Fixes
- Fix misalignment in the detailed report with multiwidth characters
- Fix report to show columns as 1-indexed
varcon-core-v2.2.2
varcon-core-v2.2.2
v1.7.1
[1.7.1] - 2022-04-25
Fixes
- Ignore uppercase UUID because Microsoft
- Correct
unencyrpted
- Correct
signign
v1.7.0
[1.7.0] - 2022-04-18
Fixes
- Ignore CSS Colors
v1.6.0
[1.6.0] - 2022-04-06
Fixes
- Treat
go.mod
as go-lang source like we do manifests for other languages - Treat
go.sum
as a lock file, ignoring it by default
v1.5.0
[1.5.0] - 2022-03-09
Compatibility
- File-types in the default config were moved to being built-in
- Lock files have moved to the same file type, regardless of syntax
Fixes
- Don't spell check lock files as the user shouldn't have to manage their config to handle transitive dependency names
v1.4.1
[1.4.1] - 2022-02-14
Fixes
- Improve URL detection to avoid spell checking them
v1.4.0
[1.4.0] - 2022-02-08
Fixes
- Many new typos added
v1.3.9
[1.3.9] - 2022-01-26
Fixes
- Attempt to detect base64 values shorter than 90 characters
v1.3.8
[1.3.8] - 2022-01-26
Fixes
- Don't stop parsing on
%
,\\
when outside of an escape sequence or printf interpolation