|
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 | +## February 2021 |
| 5 | + |
| 6 | +1. new linters: |
| 7 | + * `durationcheck`: https://github.com/charithe/durationcheck |
| 8 | + * `revive`: https://github.com/mgechev/revive |
| 9 | + * `cyclop`: https://github.com/bkielbasa/cyclop |
| 10 | +2. update linters: |
| 11 | + * prealloc: Use upstream version |
| 12 | + * Use upstream gocyclo |
| 13 | + * `godot` from 1.3.2 to 1.4.3 |
| 14 | + * `exhaustivestruct` from 1.1.0 to 1.2.0 |
| 15 | + * `forbidigo` from 1.0.0 to 1.1.0 |
| 16 | + * `thelper` from 0.2.1 to 0.3.1 |
| 17 | + * `ruleguard`: print error message and exit with non-zero status when parsing error occurs |
| 18 | + * fix wrong load mode for `asciicheck`, `exhaustivestruct`, `exportloopref`, and `makezero` |
| 19 | +3. CLI: truncate multiline descriptions |
| 20 | +4. fix: new-from-rev for a large repository |
| 21 | +5. use go1.16 to create binaries |
| 22 | +6. fix: MIPS release |
| 23 | +7. documentation: |
| 24 | + * bump documentation dependencies |
| 25 | + |
4 | 26 | ## January 2021
|
5 | 27 |
|
6 | 28 | 1. new linters:
|
7 | 29 | * `predeclared`: https://github.com/nishanths/predeclared
|
8 | 30 | * `ifshort`: https://github.com/esimonov/ifshort
|
9 | 31 | 2. update linters:
|
10 | 32 | * `go-critic` from 0.5.2 to 0.5.3
|
11 |
| - * `thelper` from 0.1.0 to 0.2.0, to 0.2.1 |
| 33 | + * `thelper` from 0.1.0 to 0.2.1 |
12 | 34 | * Validate `go-critic` settings
|
13 | 35 | * `gofumpt` to v0.1.0
|
14 | 36 | * `gci` to v0.2.8
|
15 | 37 | * `go-mnd` to v2.3.1
|
16 | 38 | * `gosec` from 2.5.0 to 2.6.1
|
17 | 39 | * `godot` from 1.3.2 to 1.4.3
|
| 40 | + * `ifshort` to v1.0.1 |
| 41 | + * `rowserrcheck`: fix reports false positive |
18 | 42 | 3. fix: modules-download-mode support
|
19 | 43 | 4. documentation:
|
20 | 44 | * bump documentation dependencies
|
|
0 commit comments