|
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.46.0 |
| 5 | + |
| 6 | +1. new linters: |
| 7 | + * `execinquery`: https://github.com/lufeee/execinquery |
| 8 | + * `nonamedreturns`: https://github.com/firefart/nonamedreturns |
| 9 | + * `nosprintfhostport`: https://github.com/stbenjam/no-sprintf-host-port |
| 10 | + * `exhaustruct`: https://github.com/GaijinEntertainment/go-exhaustruc |
| 11 | +2. updated linters: |
| 12 | + * `bidichk`: from 0.2.2 to 0.2.3 |
| 13 | + * `deadcode`: bump to HEAD |
| 14 | + * `errchkjson`: from 0.2.3 to 0.3.0 |
| 15 | + * `errname`: from 0.1.5 to 0.1.6 |
| 16 | + * `go-critic`: from 0.6.2 to 0.6.3 |
| 17 | + * `gocyclo`: from 0.4.0 to 0.5.1 |
| 18 | + * `gofumpt` from 0.3.0 to 0.3.1 |
| 19 | + * `gomoddirectives`: from 0.2.2 to 0.2.3 |
| 20 | + * `gosec`: from 2.10.0 to 2.11.0 |
| 21 | + * `honnef.co/go/tools`: from 0.2.2to 0.3.1 (go1.18 support) |
| 22 | + * `nilnil`: from 0.1.0 to 0.1.1 |
| 23 | + * `nonamedreturns`: bump from 1.0.0 to 1.0.1 |
| 24 | + * `predeclared`: from 0.2.1 to 0.2.2 |
| 25 | + * `promlinter`: bump to v0.2.0 |
| 26 | + * `revive`: from 1.1.4 to 1.2.1 |
| 27 | + * `tenv`: from 1.4.7 to 1.5.0 |
| 28 | + * `thelper`: from 0.5.1 to 0.6.2 |
| 29 | + * `unused`: fix false-positive |
| 30 | + * `varnamelen`: bump to v0.8.0 |
| 31 | + * `wrapcheck`: from 2.5.0 to 2.6.1 |
| 32 | + * `exhaustivestruct`: This linter is deprecated use `exhaustruct` instead. |
| 33 | +3. documentation: |
| 34 | + * Update "Shell Completion" instruction on Linux |
| 35 | + * Update FAQ page |
| 36 | +4. misc: |
| 37 | + * log: enable override coloring based on `CLICOLOR` and `CLICOLOR_FORCE` |
| 38 | + |
4 | 39 | ### v1.45.2
|
5 | 40 |
|
6 | 41 | 1. misc:
|
|
0 commit comments