-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Remove the gosec Makefile target. #4207
Conversation
/kind cleanup |
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
So quick note, Those were added at a time where they weren't enabled in the golangci-lint configuration, so that a developer could run a one-sot on it's own, or in the case of For me, |
Yep, I was using this to test out golangci-lint updates locally before they make their way through plumbing and into CI. It's nice to be able to change this somewhat independently. The gosec one confused me because it was already out of sync with the one in golangci-lint, so I was seeing different output. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattmoor, vdemeester 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 |
This is not managed by golangci-lint, which does it's own verisoning. The version in golangci-lint likely won't match this version, so they're most likely mismatched anyway. Given that this Makefile target isn't used, we should drop it in favor of `make golangci-lint` for consistency. Signed-off-by: Dan Lorenc <[email protected]>
Rebased, needs another 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
Changes
This is not managed by golangci-lint, which does it's own verisoning. The
version in golangci-lint likely won't match this version, so they're most likely
mismatched anyway.
Given that this Makefile target isn't used, we should drop it in favor of
make golangci-lint
for consistency.
Signed-off-by: Dan Lorenc [email protected]
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes