Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

build(deps): update module github.com/golangci/golangci-lint to v1.56.1 #1209

Merged
merged 2 commits into from
Feb 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/golangci/golangci-lint 1.55.2 -> 1.56.1 age adoption passing confidence

Release Notes

golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.56.1

Compare Source

  1. updated linters
    • errcheck: from 1.6.3 to 1.7.0
    • govet: disable loopclosure with go1.22
    • revive: from 1.3.6 to 1.3.7
    • testifylint: from 1.1.0 to 1.1.1

v1.56.0

Compare Source

  1. new linters
  2. updated linters
    • depguard: from 2.1.0 to 2.2.0
    • exhaustive: from 0.11.0 to 0.12.0
    • exhaustruct: from 3.1.0 to 3.2.0
    • gci: from 0.11.2 to 0.12.1
    • ginkgolinter: from 0.14.1 to 0.15.2
    • go-check-sumtype: from 0.1.3 to 0.1.4
    • go-critic: from 0.9.0 to 0.11.0
    • go-errorlint: from 1.4.5 to 1.4.8
    • go-spancheck: from 0.4.2 to 0.5.2
    • goconst: from 1.6.0 to 1.7.0
    • godot: from 1.4.15 to 1.4.16
    • gofumpt: from 0.5.0 to 0.6.0
    • inamedparam: from 0.1.2 to 0.1.3
    • ineffassign: from 0.0.0-20230610083614-0e73809eb601 to 0.1.0
    • ireturn: from 0.2.2 to 0.3.0
    • misspell: add mode option
    • musttag: from v0.7.2 to v0.8.0
    • paralleltest: from 1.0.8 to 1.0.9
    • perfsprint: from 0.2.0 to 0.6.0
    • protogetter: from 0.2.3 to 0.3.4
    • revive: from 1.3.4 to 1.3.6
    • sloglint: add static-msg option
    • sloglint: from 0.1.2 to 0.4.0
    • testifylint: from 0.2.3 to 1.1.0
    • unparam: from 2022122-7455f1af531d to 2024010-c549a3470d14
    • whitespace: update after moving to the analysis package
    • wsl: from 3.4.0 to 4.2.0
    • zerologlint: from 0.1.3 to 0.1.5
  3. misc.
    • Implement stats per linter with a flag
    • fix: make versioning inside Docker image consistent with binaries
    • fix: parse Go RC version
  4. Documentation
    • Add missing fields to .golangci.reference.yml
    • Fix noctx description
    • Improve .golangci.reference.yml defaults
    • Improve typecheck FAQ
    • Note that exhaustruct struct regular expressions are expected to match the entire package/name/structname
    • Adjust wrapcheck ignoreSigs to new defaults

Important

testifylint has breaking changes about enabling/disabling checks:

  • If you were using the option enable with a filtered list of checks, you should either add disable-all: true (1) or use disable field (2).

Example (1)

  testifylint:
    disable-all: true
    enable:
      - bool-compare
      - compares
      - empty
      - error-is-as
      - error-nil
      - expected-actual
      - go-require
      - float-compare
      - len
      - nil-compare
      - require-error

- suite-dont-use-pkg

      - suite-extra-assert-call
      - suite-thelper
```

```yml

Example (2)

  testifylint:
    disable:
      - suite-dont-use-pkg
```

Configuration

📅 Schedule: Branch creation - "after 6am every weekday,before 12pm every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner February 8, 2024 22:11
@renovate renovate bot added build dependencies Pull requests that update a dependency file labels Feb 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch 3 times, most recently from c3dc523 to 14f94d7 Compare February 8, 2024 23:28
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 14f94d7 to 3c14db1 Compare February 9, 2024 00:19
Copy link
Contributor Author

renovate bot commented Feb 9, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link

github-actions bot commented Feb 9, 2024

Hey!

Your images are ready:

  • ghcr.io/openclarity/vmclarity-apiserver-dev:pr1209-08f9c3093beb1ac82a6b2aec32eeb9cf11d46cdf
  • ghcr.io/openclarity/vmclarity-orchestrator-dev:pr1209-08f9c3093beb1ac82a6b2aec32eeb9cf11d46cdf
  • ghcr.io/openclarity/vmclarity-ui-backend-dev:pr1209-08f9c3093beb1ac82a6b2aec32eeb9cf11d46cdf
  • ghcr.io/openclarity/vmclarity-ui-dev:pr1209-08f9c3093beb1ac82a6b2aec32eeb9cf11d46cdf
  • ghcr.io/openclarity/vmclarity-cli-dev:pr1209-08f9c3093beb1ac82a6b2aec32eeb9cf11d46cdf
  • ghcr.io/openclarity/vmclarity-cr-discovery-server-dev:pr1209-08f9c3093beb1ac82a6b2aec32eeb9cf11d46cdf

@chrisgacsal chrisgacsal added this pull request to the merge queue Feb 9, 2024
Merged via the queue into main with commit df1e721 Feb 9, 2024
38 checks passed
@chrisgacsal chrisgacsal deleted the renovate/github.com-golangci-golangci-lint-1.x branch February 9, 2024 08:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build dependencies Pull requests that update a dependency file
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant