-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump github.com/golangci/golangci-lint from 1.53.3 to 1.55.2 in /tools #3985
build(deps): bump github.com/golangci/golangci-lint from 1.53.3 to 1.55.2 in /tools #3985
Conversation
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a crc-org member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold Looks like we need manual intervention here. |
|
4c5a886
to
21025ab
Compare
I've done the manual intervention, though to fix some
I don't have a strong preference either way, dunno if someone has an opinion about this? |
I would say lets go with removing |
I added a 3rd way of dealing with the warnings, I think it's the option @adrianriobo favoured. |
Yes, once we decide which variant to go with, I'll drop the unneeded commits |
21025ab
to
d3de739
Compare
d3de739
to
5bbd526
Compare
I've rebased this and kept only one commit to fix the |
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.53.3 to 1.55.2. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.53.3...v1.55.2) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
This fixes: ``` pkg/crc/preflight/preflight.go:55:9: superfluous-else: if block ends with call to panic function, so drop this else and outdent its block (revive) } else { logging.Infof("%s", check.checkDescription) } ``` Signed-off-by: Christophe Fergeau <[email protected]>
This allows to keep using ``` import ( . "github.com/onsi/gomega" . "github.com/onsi/ginkgo/v2" ) ``` Unfortunately this also allows to use ``` import . "fmt" ``` I haven't been able to make the ignore rule more fine-grained. I don't expect this will happen though. Allowing to use non-namespaced `gomega` and `ginkgo` API calls should make writing tests more convenient/more readable.
5bbd526
to
fd63904
Compare
rebase Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
fd63904
to
46410e2
Compare
Bumps github.com/golangci/golangci-lint from 1.53.3 to 1.55.2.
Release notes
Sourced from github.com/golangci/golangci-lint's releases.
... (truncated)
Changelog
Sourced from github.com/golangci/golangci-lint's changelog.
... (truncated)
Commits
e3c2265
build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.10 (#4177)02b6600
build(deps): bump github.com/butuzov/ireturn from 0.2.1 to 0.2.2 (#4178)ab3c3cd
build(deps): bump github.com/docker/docker from 23.0.3+incompatible to 24.0.7...5a0f059
build(deps): bump github.com/nunnatsa/ginkgolinter from 0.14.0 to 0.14.1 (#4171)d201484
build(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 in /tools (#4164)e9cbc4f
docs: Update documentation and assets (#4163)9b20d49
output: convert backslashes to forward slashes for GitHub Action annotations ...3d58209
build(deps): bump actions/setup-node from 3 to 4 (#4155)5c19d1d
build(deps): bump github.com/golangci/revgrep from v0.5.0 to v0.5.2 (#4154)4068be1
build(deps): bump github.com/securego/gosec/v2 from 2.18.1 to 2.18.2 (#4153)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)