|
1 | 1 | Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
|
2 | 2 | There is the most valuable changes log:
|
3 | 3 |
|
| 4 | +### v1.50.0 |
| 5 | + |
| 6 | +1. new linters |
| 7 | + * `dupword`: https://github.com/Abirdcfly/dupword |
| 8 | + * `testableexamples`: https://github.com/maratori/testableexamples |
| 9 | +2. updated linters |
| 10 | + * `contextcheck`: change owner |
| 11 | + * `contextcheck`: from 1.0.6 to 1.1.2 |
| 12 | + * `depguard`: from 1.1.0 to 1.1.1 |
| 13 | + * `exhaustive`: add missing config |
| 14 | + * `exhaustive`: from 0.8.1 to 0.8.3 |
| 15 | + * `gci`: from 0.6.3 to 0.8.0 |
| 16 | + * `go-critic`: from 0.6.4 to 0.6.5 |
| 17 | + * `go-errorlint`: from 1.0.2 to 1.0.5 |
| 18 | + * `go-reassign`: v0.1.2 to v0.2.0 |
| 19 | + * `gofmt`: add option `rewrite-rules` |
| 20 | + * `gofumpt` from 0.3.1 to 0.4.0 |
| 21 | + * `goimports`: update to HEAD |
| 22 | + * `interfacebloat`: fix configuration loading |
| 23 | + * `logrlint`: rename `logrlint` to `loggercheck` |
| 24 | + * `paralleltest`: add tests of the ignore-missing option |
| 25 | + * `revive`: from 1.2.3 to 1.2.4 |
| 26 | + * `usestdlibvars`: from 1.13.0 to 1.20.0 |
| 27 | + * `wsl`: support all configs and update docs |
| 28 | +3. misc. |
| 29 | + * Normalize `exclude-rules` paths for Windows |
| 30 | + * add riscv64 to the install script |
| 31 | +4. Documentation |
| 32 | + * cli: remove reference to old service |
| 33 | + |
4 | 34 | ### v1.49.0
|
5 | 35 |
|
6 | 36 | IMPORTANT: `varcheck` and `deadcode` has been removed of default linters.
|
|
0 commit comments