Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golangci/golangci-lint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.55.1
Choose a base ref
...
head repository: golangci/golangci-lint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.55.2
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 25, 2023

  1. docs: Update documentation and assets (#4163)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    golangci-releaser and ldez authored Oct 25, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e9cbc4f View commit details

Commits on Oct 26, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d201484 View commit details

Commits on Oct 29, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5a0f059 View commit details

Commits on Oct 30, 2023

  1. build(deps): bump github.com/docker/docker from 23.0.3+incompatible t…

    …o 24.0.7+incompatible in /tools (#4174)
    dependabot[bot] authored Oct 30, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ab3c3cd View commit details

Commits on Nov 2, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    02b6600 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e3c2265 View commit details
Showing with 173 additions and 154 deletions.
  1. +8 −0 CHANGELOG.md
  2. +143 −131 README.md
  3. +4 −4 assets/github-action-config.json
  4. +3 −3 go.mod
  5. +6 −7 go.sum
  6. +3 −3 tools/go.mod
  7. +6 −6 tools/go.sum
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,14 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)

There is the most valuable changes log:

### v1.55.1

1. updated linters
* `gosec`: from 2.18.1 to 2.18.2
2. misc.
* `revgrep`: from v0.5.0 to v0.5.2 (support git < 2.41.0)
* output: convert backslashes to forward slashes for GitHub Action annotations printer

### v1.55.0

1. new linters
274 changes: 143 additions & 131 deletions README.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions assets/github-action-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
"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"
"TargetVersion": "v1.55.1",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.55.1/golangci-lint-1.55.1-linux-amd64.tar.gz"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -190,8 +190,8 @@
"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"
"TargetVersion": "v1.55.1",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.55.1/golangci-lint-1.55.1-linux-amd64.tar.gz"
},
"v1.6": {
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ require (
github.com/bombsimon/wsl/v3 v3.4.0
github.com/breml/bidichk v0.2.7
github.com/breml/errchkjson v0.3.6
github.com/butuzov/ireturn v0.2.1
github.com/butuzov/ireturn v0.2.2
github.com/butuzov/mirror v1.1.0
github.com/catenacyber/perfsprint v0.2.0
github.com/charithe/durationcheck v0.0.10
@@ -82,7 +82,7 @@ require (
github.com/nakabonne/nestif v0.3.1
github.com/nishanths/exhaustive v0.11.0
github.com/nishanths/predeclared v0.2.2
github.com/nunnatsa/ginkgolinter v0.14.0
github.com/nunnatsa/ginkgolinter v0.14.1
github.com/polyfloyd/go-errorlint v1.4.5
github.com/quasilyte/go-ruleguard/dsl v0.3.22
github.com/ryancurrah/gomodguard v1.3.0
@@ -92,7 +92,7 @@ require (
github.com/sashamelentyev/usestdlibvars v1.24.0
github.com/securego/gosec/v2 v2.18.2
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
github.com/shirou/gopsutil/v3 v3.23.9
github.com/shirou/gopsutil/v3 v3.23.10
github.com/sirupsen/logrus v1.9.3
github.com/sivchari/containedctx v1.0.3
github.com/sivchari/nosnakecase v1.7.0
13 changes: 6 additions & 7 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ require github.com/goreleaser/goreleaser v1.15.2

require (
cloud.google.com/go v0.110.0 // indirect
cloud.google.com/go/compute v1.19.0 // indirect
cloud.google.com/go/compute v1.19.1 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v0.13.0 // indirect
cloud.google.com/go/kms v1.10.2 // indirect
@@ -88,7 +88,7 @@ require (
github.com/disgoorg/snowflake/v2 v2.0.1 // indirect
github.com/docker/cli v23.0.1+incompatible // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/docker v23.0.3+incompatible // indirect
github.com/docker/docker v24.0.7+incompatible // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
@@ -214,7 +214,7 @@ require (
google.golang.org/api v0.121.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.55.0 // indirect
google.golang.org/grpc v1.56.3 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
12 changes: 6 additions & 6 deletions tools/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.