|
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 | +### August 2021 |
| 5 | + |
| 6 | +1. new linters: |
| 7 | + * Add `errname` linter |
| 8 | +2. update linters: |
| 9 | + * `gomodguard`: from 1.2.2 to 1.2.3 |
| 10 | + * `revive`: from 1.0.9 to 1.1.0 |
| 11 | + * `staticcheck`: bump to 2021.1.1 (v0.2.1) |
| 12 | + * `wrapcheck`: bump to v2.3.0 |
| 13 | + |
| 14 | +### July 2021 |
| 15 | + |
| 16 | +1. update linters: |
| 17 | + * `errcheck`: allow exclude config without extra file |
| 18 | + * `exhaustive`: from 0.1.0 to 0.2.3 |
| 19 | + * `gocognit`: from 1.0.1 to 1.0.5 |
| 20 | + * `godot`: from 1.4.7 to 1.4.8 |
| 21 | + * `gomoddirectives`: from 0.2.1 to 0.2.2 |
| 22 | + * `revive`: from 1.0.8 to 1.0.9 |
| 23 | +2. documentation: |
| 24 | + * improve `goconst` documentation |
| 25 | + * improve `goimports` description |
| 26 | + |
4 | 27 | ### June 2021
|
5 | 28 |
|
6 | 29 | 1. update linters:
|
7 | 30 | * `durationcheck`: from 0.0.7 to 0.0.8
|
| 31 | + * `gci`: from 0.2.8 to 0.2.9 |
8 | 32 | * `goconst`: from 0.5.6 to 0.5.7
|
| 33 | + * `gofumpt`: Add lang-version option |
9 | 34 | * `gomodguard`: from 1.2.1 to 1.2.2
|
| 35 | + * `gosec`: from 2.8.0 to 2.8.1 |
| 36 | + * `revive`: add enable-all-rules. |
10 | 37 | * `revive`: allow to disable rule
|
11 | 38 | * `revive`: fix exclude comment rule for const block
|
| 39 | + * `revive`: from 1.0.7 to 1.0.8 |
| 40 | + * `wrapcheck`: from 2.1.0 to 2.2.0 |
12 | 41 | 2. documentation:
|
13 | 42 | * add all integrations to docs introduction page
|
14 | 43 | 3. Misc:
|
15 | 44 | * 🎉 Un-deprecate enable-all option
|
16 | 45 | * output: generate HTML report
|
| 46 | + * Support RISV64 |
17 | 47 |
|
18 | 48 | ### May 2021
|
19 | 49 |
|
|
0 commit comments