Skip to content

Commit 13baab5

Browse files
committed
chore: changelog
1 parent 7a0bfad commit 13baab5

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
22
There is the most valuable changes log:
3+
### v1.49.0
4+
5+
IMPORTANT: `varcheck` and `deadcode` has been removed of default linters.
6+
7+
1. new linters
8+
* `interfacebloat`: https://github.com/sashamelentyev/interfacebloat
9+
* `logrlint`: https://github.com/timonwong/logrlint
10+
* `reassign`: https://github.com/curioswitch/go-reass
11+
2. updated linters
12+
* `go-colorable`: from 0.1.12 to 0.1.13
13+
* `go-critic`: from 0.6.3 to 0.6.4
14+
* `go-errorlint`: from 1.0.0 to 1.0.2
15+
* `go-exhaustruct`: from 2.2.2 to 2.3.0
16+
* `gopsutil`: from 3.22.6 to 3.22.7
17+
* `gosec`: from 2.12.0 to 2.13.1
18+
* `revive`: from 1.2.1 to 1.2.3
19+
* `usestdlibvars`: from 1.8.0 to 1.13.0
20+
* `contextcheck`: from v1.0.4 to v1.0.6 && re-enable
21+
* `nosnakecase`: This linter is deprecated.
22+
* `varcheck`: This linter is deprecated use `unused` instead.
23+
* `deadcode`: This linter is deprecated use `unused` instead.
24+
* `structcheck`: This linter is deprecated use `unused` instead.
25+
3. documentation
26+
* `revive`: fix wrong URL
27+
* Add a section about default exclusions
28+
* `usestdlibvars`: fix typo in documentation
29+
* `nolintlint`: remove allow-leading-space option
30+
* Update documentation and assets
31+
4. misc.
32+
* dev: rewrite the internal tests framework
33+
* fix: exit early on run --version
34+
* fix: set an explicit `GOROOT` in the Docker image for `go-critic`
335

436
### v1.48.0
537

0 commit comments

Comments
 (0)