@@ -34,7 +34,7 @@ If you value it, consider supporting us, we appreciate it! ❤️
3434### v1.64.2
3535
3636This 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
39391 . 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
60604 . Deprecations
61- * ⚠️ ` tenv ` is deprecated and replaced by ` usetesing .os-setenv: true` .
61+ * ⚠️ ` tenv ` is deprecated and replaced by ` usetesting .os-setenv: true` .
62625 . 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 ` .
1421426 . 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
3383382 . 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.
145114513. CLI : truncate multiline descriptions
145214524. fix : new-from-rev for a large repository
145314535. Support RelatedInformation for analysis Diagnostic
1454- 6. use go1.16 to create binaries
1454+ 6. use go1.16 to create binaries
145514557. fix : MIPS release
145614568. documentation :
14571457 * bump documentation dependencies
0 commit comments