|
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.53.0 |
| 5 | + |
| 6 | +1. new linters |
| 7 | + * `gosmopolitan`: https://github.com/xen0n/gosmopolitan |
| 8 | + * `mirror`: https://github.com/butuzov/mirror |
| 9 | + * `tagalign`: https://github.com/4meepo/tagalign |
| 10 | + * `zerologlint`: https://github.com/ykadowak/zerologlint |
| 11 | +2. updated linters |
| 12 | + * `bodyclose`: bump to HEAD |
| 13 | + * `containedctx`: from 1.0.2 to 1.0.3 |
| 14 | + * `depguard`: migrate to v2 |
| 15 | + * `errname`: from 0.1.9 to 0.1.10 |
| 16 | + * `exhaustive`: from 0.9.5 to 0.10.0 |
| 17 | + * `forbidigo`: better support for configuring complex rules |
| 18 | + * `gci`: improve error message |
| 19 | + * `ginkgolinter`: add suppress-async-assertion option |
| 20 | + * `ginkgolinter`: from 0.9.0 to 0.12.0 |
| 21 | + * `go-critic`: from 0.7.0 to 0.8.1 |
| 22 | + * `go-errorlint`: from 1.4.0 to 1.4.2 |
| 23 | + * `gofumpt`: from 0.4.0 to 0.5.0 |
| 24 | + * `gosec`: convert global settings as map with proper key type |
| 25 | + * `gosec`: from 2.15.0 to 2.16.0 |
| 26 | + * `importas`: detect duplicate alias or package in the configuration |
| 27 | + * `importas`: fix typo in logs |
| 28 | + * `ireturn`: from 0.1.1 to 0.2.0 |
| 29 | + * `musttag`: from 0.5.0 to 0.7.0 |
| 30 | + * `nakedret`: to 2.0.1 |
| 31 | + * `nilnil`: from 0.1.3 to 0.1.5 |
| 32 | + * `paralleltest`: from 1.0.6 to 1.0.7 |
| 33 | + * `revive`: from 1.3.1 to 1.3.2 |
| 34 | + * `tagliatelle`: from 0.4.0 to 0.5.0 |
| 35 | + * `usestdlibvars`: fix configuration |
| 36 | +3. misc. |
| 37 | + * `golang.org/x/tools`: from 0.7.0 to 0.9.2 |
| 38 | + * add loongarch64 to the install script |
| 39 | + * output: add colored-tab |
| 40 | + * remove warning when the config file is explicitly stdin |
| 41 | + * rules: support inverted path match |
| 42 | +4. Documentation |
| 43 | + * `mnd`: clarify ignore usage examples to be regexps |
| 44 | + * `tagliatelle`: update documentation |
| 45 | + * improve features section |
| 46 | + * update supported Go versions FAQ |
| 47 | + |
4 | 48 | ### v1.52.2
|
5 | 49 |
|
6 | 50 | 1. updated linters
|
|
0 commit comments