Skip to content

Commit 4b4d91c

Browse files
authored
docs: update for v1.41.0 (#2062)
1 parent eed344f commit 4b4d91c

File tree

5 files changed

+124
-83
lines changed

5 files changed

+124
-83
lines changed

CHANGELOG.md

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,55 @@
11
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
22
There is the most valuable changes log:
33

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+
416
### May 2021
517

618
1. new linters:
719
* `tagliatelle`: https://github.com/ldez/tagliatelle
820
* `promlinter`: https://github.com/yeya24/promlinter
921
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
1523
* `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
1633
* `importas`: allow repeated aliases
34+
* `importas`: bump to HEAD
35+
* `makezero`: bump to HEAD
36+
* `nolintlint`: fix false positive
1737
* `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
2149
3. documentation:
50+
* improve linters page
51+
* `exhaustivestruct` example explanation
52+
* fix pattern of `forbidigo` in example config yaml
2253
* bump documentation dependencies
2354
* fix typos
2455
4. Misc:

0 commit comments

Comments
 (0)