-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Enable ginkgolinter and enable checks #8050
Comments
/triage accepted Thx for opening the issue. Just dropped the icon as we only consistently apply it to the PRs and it's enforced there. This way we can also easily differentiate between issues and PRs in the notifications list as well :) |
I've tried it with go
|
I have created an issue in golangci-lint repo. So lets wait and see if they have any advice for us. |
Looks like it could be relate to this issue? |
@killianmuldoon It looks like a fix for ginkgolinter has been merged: golangci/golangci-lint#3553 So let's see when the next golangci-lint version is released. |
@oscr Do you want to reopen to track exploring the checks we didn't enable yet? |
/reopen |
@oscr: Reopened this issue. In response to this:
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. |
/assign Including this in the ginkgo bump in #8796 |
In #8046 golangci-lint was updated to
v1.51.0
.In that release a new linter is added called ginkgolinter. However we were unable to enable it without it crashing. Creating this ticket to track this issue.
My go version:
go1.19.5 linux/amd64
Supported checks in ginkgolinter available here: https://golangci-lint.run/usage/linters/#ginkgolinter
The text was updated successfully, but these errors were encountered: