@@ -34,7 +34,7 @@ If you value it, consider supporting us, we appreciate it! ❤️
34
34
### v1.64.2
35
35
36
36
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 ) .
38
38
39
39
1 . Enhancements
40
40
* 🎉 go1.24 support
@@ -58,7 +58,7 @@ The next release will be golangci-lint [v2](https://github.com/golangci/golangci
58
58
* ` spancheck ` : fix default ` StartSpanMatchersSlice ` values
59
59
* ` staticcheck ` : from 0.5.1 to 0.6.0
60
60
4 . Deprecations
61
- * ⚠️ ` tenv ` is deprecated and replaced by ` usetesing .os-setenv: true` .
61
+ * ⚠️ ` tenv ` is deprecated and replaced by ` usetesting .os-setenv: true` .
62
62
5 . Misc.
63
63
* Sanitize severities by output format
64
64
* Avoid panic with plugin without description
@@ -141,7 +141,7 @@ Cancelled due to CI failure.
141
141
* ⚠️ ` output.uniq-by-line ` is deprecated and replaced by ` issues.uniq-by-line ` .
142
142
6 . Misc.
143
143
* 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.
145
145
* Enables paths with junction inside Windows.
146
146
* The timeout is disabled if ` run.timeout ` <= 0.
147
147
@@ -336,7 +336,7 @@ Cancelled due to a CI problem.
336
336
* ` protogetter ` : from 0.3.5 to 0.3.6
337
337
* ` gochecknoinits ` : fix analyzer name
338
338
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)
340
340
341
341
### v1.58.0
342
342
@@ -432,7 +432,7 @@ GitHub Action (v5.1.0) for golangci-lint:
432
432
* ` go-critic ` : support of ` enable-all ` and ` disable-all ` options
433
433
* ` go-spancheck ` : from 0.5.2 to 0.5.3
434
434
* ` gomodguard ` : from 1.3.0 to 1.3.1
435
- * ` govet ` : deprecation of ` check-shadowing ` ⚠️
435
+ * ` govet ` : deprecation of ` check-shadowing ` ⚠️
436
436
* ` govet ` : disable temporarily ` httpresponse ` because of a bug https://github.com/golang/go/issues/66259
437
437
* ` misspell ` : add ` extra-words `
438
438
* ` musttag ` : from 0.8.0 to 0.9.0
@@ -1451,7 +1451,7 @@ IMPORTANT: `varcheck` and `deadcode` has been removed of default linters.
1451
1451
3. CLI : truncate multiline descriptions
1452
1452
4. fix : new-from-rev for a large repository
1453
1453
5. Support RelatedInformation for analysis Diagnostic
1454
- 6. use go1.16 to create binaries
1454
+ 6. use go1.16 to create binaries
1455
1455
7. fix : MIPS release
1456
1456
8. documentation :
1457
1457
* bump documentation dependencies
0 commit comments