Skip to content

Commit

Permalink
docs: Update documentation and assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Oct 20, 2023
1 parent de1c391 commit 063f2c8
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)

There is the most valuable changes log:

### v1.55.0

1. new linters
* `gochecksumtype`: https://github.com/alecthomas/go-check-sumtype
* `inamedparam`: https://github.com/macabu/inamedparam
* `perfsprint`: https://github.com/catenacyber/perfsprint
* `protogetter`: https://github.com/ghostiam/protogetter
* `sloglint`: https://github.com/go-simpler/sloglint
* `testifylint`: https://github.com/Antonboom/testifylint
2. updated linters
* `bidichk`: from 0.2.4 to 0.2.7
* `decorder`: from 0.4.0 to 0.4.1
* `dupword`: from 0.0.12 to 0.0.13
* `errchkjson`: from 0.3.1 to 0.3.6
* `gci`: from 0.11.0 to 0.11.2
* `ginkgolinter`: from 0.13.5 to 0.14.0
* `go-errorlint`: from 1.4.4 to 1.4.5
* `gocognit`: from 1.0.7 to 1.1.0
* `goconst`: from 1.5.1 to 1.6.0
* `godot`: from 1.4.14 to 1.4.15
* `gofmt`: update to HEAD
* `goimports`: update to HEAD
* `gosec`: from 2.17.0 to 2.18.1
* `gosmopolitan`: from 1.2.1 to 1.2.2
* `govet`: add `appends` analyzer
* `ireturn`: from 0.2.0 to 0.2.1
* `protogetter`: from 0.2.2 to 0.2.3
* `revgrep`: from 745bb2f7c2e6 to v0.5.0
* `revive`: from 1.3.2 to 1.3.4
* `sqlclosecheck`: from 0.4.0 to 0.5.1
* `staticcheck`: from 0.4.5 to 0.4.6
* `tagalign`: from 1.3.2 to 1.3.3
* `unused`: support passing in options
3. misc.
* Add a pre-commit hook to check all files
4. Documentation
* add source options to exclude-rules docs
* `gosec`: add G602 to includes/excludes inside .golangci.reference.yml

### v1.54.2

1. updated linters:
Expand Down
8 changes: 6 additions & 2 deletions assets/github-action-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
"TargetVersion": "v1.54.2",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.54.2/golangci-lint-1.54.2-linux-amd64.tar.gz"
"TargetVersion": "v1.55.0",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.55.0/golangci-lint-1.54.2-linux-amd64.tar.gz"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
Expand Down Expand Up @@ -189,6 +189,10 @@
"TargetVersion": "v1.54.2",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.54.2/golangci-lint-1.54.2-linux-amd64.tar.gz"
},
"v1.55": {
"TargetVersion": "v1.55.0",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.55.0/golangci-lint-1.55.0-linux-amd64.tar.gz"
},
"v1.6": {
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
},
Expand Down

0 comments on commit 063f2c8

Please sign in to comment.