|
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 | +## Mai 2021 |
| 5 | + |
| 6 | +1. new linters: |
| 7 | + * `tagliatelle`: https://github.com/ldez/tagliatelle |
| 8 | + * `promlinter`: https://github.com/yeya24/promlinter |
| 9 | +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 |
| 15 | + * `errorlint`: bump to HEAD |
| 16 | + * `importas`: allow repeated aliases |
| 17 | + * `revive`: convert hard coded excludes into default exclude patterns |
| 18 | + * `govet`: Update vet passes |
| 19 | +3. documentation: |
| 20 | + * bump documentation dependencies |
| 21 | + * fix typos |
| 22 | +4. Misc: |
| 23 | + * set the minimum Go version to go1.15 |
| 24 | + |
| 25 | +## April 2021 |
| 26 | + |
| 27 | +1. new linters: |
| 28 | + * `tagliatelle`: https://github.com/ldez/tagliatelle |
| 29 | + * `promlinter`: https://github.com/yeya24/promlinter |
| 30 | +2. update linters: |
| 31 | + * `godot`: from 1.4.4 to 1.4.6 |
| 32 | + * `wrapcheck`: from 1.0.0 to 1.2.0 |
| 33 | + * `go-mnd`: from 2.3.1 to 2.3.2 |
| 34 | + * `wsl`: from 3.2.0 to 3.3.0 |
| 35 | + * `revive`: from 1.0.5 to 1.0.6 |
| 36 | + * `importas`: bump to HEAD |
| 37 | + * `staticcheck`: configurable Go version |
| 38 | + * `gosec`: add configuration |
| 39 | + * `typecheck`: improve error stack parsing |
| 40 | +3. documentation: |
| 41 | + * bump documentation dependencies |
| 42 | + * fix typos |
| 43 | +4. Misc: |
| 44 | + * fix: comma in exclude pattern leads to unexpected results |
| 45 | + |
4 | 46 | ## March 2021
|
5 | 47 |
|
6 | 48 | 1. new linters:
|
|
0 commit comments