-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
🌱 Add golangci-lint github workflow #1394
🌱 Add golangci-lint github workflow #1394
Conversation
4ed8a44
to
7436cb9
Compare
7436cb9
to
06629b1
Compare
06629b1
to
303ded5
Compare
Signed-off-by: Kashif Khan <kashif.khan@est.tech>
303ded5
to
3a0d856
Compare
3a0d856
to
6301497
Compare
/test-ubuntu-integration-main |
86108f0
to
5d2665f
Compare
Signed-off-by: Kashif Khan <kashif.khan@est.tech>
5d2665f
to
d7229e2
Compare
@kashifest: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
# - typecheck | ||
# - unconvert | ||
# - unused | ||
# - whitespace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These linters are commented out since the changes required in the code are overwhelming. I plan to enable them in batches so that its easy to change and also easy to review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. There are years of cruft to be fixed, easier to do and also to review in batches.
/test-ubuntu-integration-main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question, otherwise looking good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Great job!
/cc @honza |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zaneb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-0.5 |
@kashifest: new pull request created: #1600 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. |
This PR will add golangci-lint github workflow. Currently only the following linters are enabled
The plan is to enable the rest in batches to ease the code changes and review.