Skip to content

Commit 14c5183

Browse files
golangci-releaserldez
authored andcommitted
docs: Update documentation and assets (golangci#2981)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent e6542be commit 14c5183

File tree

4 files changed

+167
-115
lines changed

4 files changed

+167
-115
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
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+
### v1.47.0
5+
6+
1. new linters:
7+
* `asasalint`: https://github.com/alingse/asasalint
8+
* `nosnakecase`: https://github.com/sivchari/nosnakecase
9+
2. updated linters:
10+
* `errname`: from 0.1.6 to 0.1.7
11+
* `gci`: from 0.3.4 to 0.4.2
12+
* `nonamedreturns`: from 1.0.1 to 1.0.4
13+
* `gocyclo`: from 0.5.1 to 0.6.0
14+
* `go-exhaustruct`: from 2.1.0 to 2.2.0
15+
* `errcheck`: from 1.6.0 to 1.6.1
16+
* `thelper`: from 0.6.2 to 0.6.3
17+
* `paralleltest`: from 1.0.3 to 1.0.6
18+
* `testpackage`: from 1.0.1 to 1.1.0
19+
* `exhaustive`: from 0.7.11 to 0.8.1
20+
* `go-ruleguard`: from 0.3.19 to 0.3.21
21+
* `gosec`: from 2.11.0 to 2.12.0
22+
* `tenv`: from 1.5.0 to 1.6.0
23+
* `wrapcheck`: from 2.6.1 to 2.6.2
24+
* `gocognit`: from 1.0.5 to 1.0.6
25+
* `decorder`: from 0.2.1 to 0.2.2
26+
* `honnef.co/go/tools`: from 0.3.1 to 0.3.2
27+
* `golang.org/x/tools`: bump to HEAD
28+
* `gci`: fix issues and re-enable autofix
29+
* `gosec`: allow `global` config
30+
* `staticcheck`: fix generics
31+
3. documentation:
32+
* add thanks page
33+
* add a clear explanation about the `staticcheck` integration.
34+
* `depguard`: add `ignore-file-rules`
35+
* `depguard`: adjust phrasing
36+
* `gocritic`: add `enable` and `disable` ruleguard settings
37+
* `gomnd`: fix typo
38+
* `gosec`: add configs for all existing rules
39+
* `govet`: add settings for `shadow` and `unusedresult`
40+
* `thelper`: add `fuzz` config and description
41+
* linters: add defaults
42+
443
### v1.46.2
544

645
1. updated linters:

0 commit comments

Comments
 (0)