Skip to content

Commit 063f2c8

Browse files
committed
docs: Update documentation and assets
1 parent de1c391 commit 063f2c8

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
22

33
There is the most valuable changes log:
44

5+
### v1.55.0
6+
7+
1. new linters
8+
* `gochecksumtype`: https://github.com/alecthomas/go-check-sumtype
9+
* `inamedparam`: https://github.com/macabu/inamedparam
10+
* `perfsprint`: https://github.com/catenacyber/perfsprint
11+
* `protogetter`: https://github.com/ghostiam/protogetter
12+
* `sloglint`: https://github.com/go-simpler/sloglint
13+
* `testifylint`: https://github.com/Antonboom/testifylint
14+
2. updated linters
15+
* `bidichk`: from 0.2.4 to 0.2.7
16+
* `decorder`: from 0.4.0 to 0.4.1
17+
* `dupword`: from 0.0.12 to 0.0.13
18+
* `errchkjson`: from 0.3.1 to 0.3.6
19+
* `gci`: from 0.11.0 to 0.11.2
20+
* `ginkgolinter`: from 0.13.5 to 0.14.0
21+
* `go-errorlint`: from 1.4.4 to 1.4.5
22+
* `gocognit`: from 1.0.7 to 1.1.0
23+
* `goconst`: from 1.5.1 to 1.6.0
24+
* `godot`: from 1.4.14 to 1.4.15
25+
* `gofmt`: update to HEAD
26+
* `goimports`: update to HEAD
27+
* `gosec`: from 2.17.0 to 2.18.1
28+
* `gosmopolitan`: from 1.2.1 to 1.2.2
29+
* `govet`: add `appends` analyzer
30+
* `ireturn`: from 0.2.0 to 0.2.1
31+
* `protogetter`: from 0.2.2 to 0.2.3
32+
* `revgrep`: from 745bb2f7c2e6 to v0.5.0
33+
* `revive`: from 1.3.2 to 1.3.4
34+
* `sqlclosecheck`: from 0.4.0 to 0.5.1
35+
* `staticcheck`: from 0.4.5 to 0.4.6
36+
* `tagalign`: from 1.3.2 to 1.3.3
37+
* `unused`: support passing in options
38+
3. misc.
39+
* Add a pre-commit hook to check all files
40+
4. Documentation
41+
* add source options to exclude-rules docs
42+
* `gosec`: add G602 to includes/excludes inside .golangci.reference.yml
43+
544
### v1.54.2
645

746
1. updated linters:

assets/github-action-config.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.54.2",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.54.2/golangci-lint-1.54.2-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.55.0",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.55.0/golangci-lint-1.54.2-linux-amd64.tar.gz"
66
},
77
"v1.10": {
88
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -189,6 +189,10 @@
189189
"TargetVersion": "v1.54.2",
190190
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.54.2/golangci-lint-1.54.2-linux-amd64.tar.gz"
191191
},
192+
"v1.55": {
193+
"TargetVersion": "v1.55.0",
194+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.55.0/golangci-lint-1.55.0-linux-amd64.tar.gz"
195+
},
192196
"v1.6": {
193197
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
194198
},

0 commit comments

Comments
 (0)