Skip to content

Commit 312fdf7

Browse files
authored
docs: fix typos in changelog (#5415)
1 parent c2fae3b commit 312fdf7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you value it, consider supporting us, we appreciate it! ❤️
3434
### v1.64.2
3535

3636
This is the last minor release of golangci-lint v1.
37-
The next release will be golangci-lint [v2](https://github.com/golangci/golangci-lint/issues/5300).
37+
The next release will be golangci-lint [v2](https://github.com/golangci/golangci-lint/issues/5300).
3838

3939
1. Enhancements
4040
* 🎉 go1.24 support
@@ -58,7 +58,7 @@ The next release will be golangci-lint [v2](https://github.com/golangci/golangci
5858
* `spancheck`: fix default `StartSpanMatchersSlice` values
5959
* `staticcheck`: from 0.5.1 to 0.6.0
6060
4. Deprecations
61-
* ⚠️ `tenv` is deprecated and replaced by `usetesing.os-setenv: true`.
61+
* ⚠️ `tenv` is deprecated and replaced by `usetesting.os-setenv: true`.
6262
5. Misc.
6363
* Sanitize severities by output format
6464
* Avoid panic with plugin without description
@@ -141,7 +141,7 @@ Cancelled due to CI failure.
141141
* ⚠️ `output.uniq-by-line` is deprecated and replaced by `issues.uniq-by-line`.
142142
6. Misc.
143143
* Improvements of the help command (color and JSON support).
144-
* Removes `decoder`, `sloglint`, `tagalin` from `format` preset.
144+
* Removes `decoder`, `sloglint`, `tagalign` from `format` preset.
145145
* Enables paths with junction inside Windows.
146146
* The timeout is disabled if `run.timeout` <= 0.
147147

@@ -336,7 +336,7 @@ Cancelled due to a CI problem.
336336
* `protogetter`: from 0.3.5 to 0.3.6
337337
* `gochecknoinits`: fix analyzer name
338338
2. Fixes
339-
* Restores previous `gihub-actions` output format (removes GitHub Action problem matchers)
339+
* Restores previous `github-actions` output format (removes GitHub Action problem matchers)
340340

341341
### v1.58.0
342342

@@ -432,7 +432,7 @@ GitHub Action (v5.1.0) for golangci-lint:
432432
* `go-critic`: support of `enable-all` and `disable-all` options
433433
* `go-spancheck`: from 0.5.2 to 0.5.3
434434
* `gomodguard`: from 1.3.0 to 1.3.1
435-
* `govet`: deprecation of `check-shadowing` ⚠️
435+
* `govet`: deprecation of `check-shadowing` ⚠️
436436
* `govet`: disable temporarily `httpresponse` because of a bug https://github.com/golang/go/issues/66259
437437
* `misspell`: add `extra-words`
438438
* `musttag`: from 0.8.0 to 0.9.0
@@ -1451,7 +1451,7 @@ IMPORTANT: `varcheck` and `deadcode` has been removed of default linters.
14511451
3. CLI: truncate multiline descriptions
14521452
4. fix: new-from-rev for a large repository
14531453
5. Support RelatedInformation for analysis Diagnostic
1454-
6. use go1.16 to create binaries
1454+
6. use go1.16 to create binaries
14551455
7. fix: MIPS release
14561456
8. documentation:
14571457
* bump documentation dependencies

0 commit comments

Comments
 (0)