|
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 | +### June 2021 |
| 5 | + |
| 6 | +1. update linters: |
| 7 | + * `revive`: allow to disable rule |
| 8 | + * `durationcheck`: from 0.0.7 to 0.0.8 |
| 9 | + * `goconst`: from 0.5.6 to 0.5.7 |
| 10 | +2. documentation: |
| 11 | + * add all integrations to docs introduction page |
| 12 | +3. Misc: |
| 13 | + * 🎉 Un-deprecate enable-all option |
| 14 | + * output: generate HTML report |
| 15 | + |
4 | 16 | ### May 2021
|
5 | 17 |
|
6 | 18 | 1. new linters:
|
7 | 19 | * `tagliatelle`: https://github.com/ldez/tagliatelle
|
8 | 20 | * `promlinter`: https://github.com/yeya24/promlinter
|
9 | 21 | 2. update linters:
|
10 |
| - * `staticcheck`: from 0.1.3 to 0.1.4 |
11 |
| - * `wastedassign`: from 0.2.0 to 1.0.0 |
12 |
| - * `go-critic`: from 0.5.5 to 0.5.6 |
13 |
| - * `wrapcheck`: from 1.2.0 to 2.1.0 |
14 |
| - * `importas`: bump to HEAD |
| 22 | + * `durationcheck`: from 0.0.6 to 0.0.7 |
15 | 23 | * `errorlint`: bump to HEAD
|
| 24 | + * `forbidigo`: from 1.1.0 to 1.2.0 |
| 25 | + * `go-critic`: from 0.5.5 to 0.5.6 |
| 26 | + * `godot`: from 1.4.6 to 1.4.7 |
| 27 | + * ⚠ `golint`: deprecated |
| 28 | + * `gomnd`: from 2.3.2 to 2.4.0 |
| 29 | + * `gomodguard`: fix problem where duplicate issues were reported |
| 30 | + * `gosec`: from 2.7.0 to 2.8.0 |
| 31 | + * `govet`: fix `sigchanyzer` |
| 32 | + * `govet`: Update vet passes |
16 | 33 | * `importas`: allow repeated aliases
|
| 34 | + * `importas`: bump to HEAD |
| 35 | + * `makezero`: bump to HEAD |
| 36 | + * `nolintlint`: fix false positive |
17 | 37 | * `revive`: convert hard coded excludes into default exclude patterns
|
18 |
| - * `govet`: Update vet passes |
19 |
| - * `govet`: fix `sigchanyzer` |
20 |
| - * ⚠ `golint`: deprecated |
| 38 | + * `revive`: fix add-constant rule support |
| 39 | + * `revive`: fix excludes |
| 40 | + * `revive`: from 1.0.6 to 1.0.7 |
| 41 | + * `revive`: improve 'exported' rule output |
| 42 | + * `rowserrcheck`: bump to v1.1.0 |
| 43 | + * `staticcheck`: configuration for `staticcheck`, `gosimple`, `stylecheck` |
| 44 | + * `staticcheck`: from 0.1.3 to 0.1.4 |
| 45 | + * `staticcheck`: from v0.1.4 to v0.2.0 |
| 46 | + * `wastedassign`: from 0.2.0 to 1.0.0 |
| 47 | + * `wastedassign`: from 1.0.0 to v2.0.6 |
| 48 | + * `wrapcheck`: from 1.2.0 to 2.1.0 |
21 | 49 | 3. documentation:
|
| 50 | + * improve linters page |
| 51 | + * `exhaustivestruct` example explanation |
| 52 | + * fix pattern of `forbidigo` in example config yaml |
22 | 53 | * bump documentation dependencies
|
23 | 54 | * fix typos
|
24 | 55 | 4. Misc:
|
|
0 commit comments