|
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 | +### November 2021 |
| 5 | + |
| 6 | +1. new linters: |
| 7 | + * `bidichk`: https://github.com/breml/bidichk |
| 8 | +2. update linters: |
| 9 | + * `nestif`: from 0.3.0 to 0.3.1 |
| 10 | + * `rowserrcheck`: from 1.1.0 to 1.1.1 |
| 11 | + * `gopsutil`: from 3.21.9 to 3.21.10 |
| 12 | + * `wrapcheck`: from 2.3.1 to 2.4.0 |
| 13 | + * `gocritic`: add support for variable substitution in `ruleguard` path settings |
| 14 | +3. documentation: |
| 15 | + * improve `go-critic` documentation |
| 16 | + * improve `nolintlint` documentation |
| 17 | +4. Misc: |
| 18 | + * cli: don't hide `enable-all` option |
| 19 | + |
| 20 | +### october 2021 |
| 21 | + |
| 22 | +1. new linters: |
| 23 | + * `contextcheck`: https://github.com/sylvia7788/contextcheck |
| 24 | + * `varnamelen`: https://github.com/blizzy78/varnamelen |
| 25 | +2. update linters: |
| 26 | + * `gochecknoglobals`: to v0.1.0 |
| 27 | + * `gosec`: filter issues according to the severity and confidence |
| 28 | + * `errcheck`: empty selector name. |
| 29 | + * `ifshort`: from 1.0.2 to 1.0.3 |
| 30 | + * `go-critic`: from 0.5.6 to 0.6.0 |
| 31 | + * `gosec`: from 2.8.1 to 2.9.1 |
| 32 | + * `durationcheck`: from 0.0.8 to 0.0.9 |
| 33 | + * `wrapcheck`: from 2.3.0 to 2.3.1 |
| 34 | + * `revive`: from 1.1.1 to 1.1.2 |
| 35 | + |
4 | 36 | ### September 2021
|
5 | 37 |
|
6 |
| -1. update linters: |
| 38 | +1. new linters: |
| 39 | + * `ireturn`: https://github.com/butuzov/ireturn |
| 40 | + * `nilnil`: https://github.com/Antonboom/nilnil |
| 41 | + * `tenv`: https://github.com/sivchari/tenv |
| 42 | +2. update linters: |
7 | 43 | * `errcheck`: update to HEAD
|
| 44 | + * `errname`: from 0.1.4 to 0.1.5 |
8 | 45 | * `gci`: Parse the settings more similarly to the CLI
|
| 46 | + * `godot`: from 1.4.9 to 1.4.11 |
| 47 | + * `ireturn`: from 0.1.0 to 0.1.1 |
| 48 | + * `nlreturn`: add block-size option |
| 49 | + * `paralleltest`: from 1.0.2 to 1.0.3 |
| 50 | +3. Misc: |
| 51 | + * new-from-rev: add support for finding issues in entire files in a diff |
9 | 52 |
|
10 | 53 | ### August 2021
|
11 | 54 |
|
12 | 55 | 1. new linters:
|
13 |
| - * Add `errname` linter |
| 56 | + * `errname`: https://github.com/Antonboom/errname |
14 | 57 | 2. update linters:
|
15 |
| - * `errname` from 0.1.3 to 0.1.4 |
| 58 | + * `errname`: from 0.1.3 to 0.1.4 |
16 | 59 | * `go-critic`: fix invalid type conversions.
|
17 | 60 | * `godot`: from 1.4.8 to 1.4.9
|
18 | 61 | * `gomodguard`: from 1.2.2 to 1.2.3
|
19 | 62 | * `revive`: from 1.0.9 to 1.1.1
|
20 | 63 | * `staticcheck`: bump to 2021.1.1 (v0.2.1)
|
21 | 64 | * `wrapcheck`: bump to v2.3.0
|
22 |
| -4. Misc: |
| 65 | +3. Misc: |
23 | 66 | * build binaries and Docker images with go1.17
|
24 | 67 |
|
25 | 68 | ### July 2021
|
|
0 commit comments