-
Notifications
You must be signed in to change notification settings - Fork 250
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
Bump golangci-lint to v1.54.2 #2126
Bump golangci-lint to v1.54.2 #2126
Conversation
225436a
to
7e69bda
Compare
can we please do the change in release pipeline too |
7e69bda
to
7bcf993
Compare
/lgtm maybe take the opportunity to add more linters ! (we have a few of them in PaaC) |
3312e38
to
7bcf993
Compare
Fixes couple of lint issues: - G101: Potential hardcoded credentials - G601: Implicit memory aliasing in for loop. Temporarily disabling: - G602: Potentially accessing slice out of bounds as this is a known false positive and can be tracked at securego/gosec#1005 Also bump golangci-lint version in release pipeline Signed-off-by: vinamra28 <[email protected]> Add logger to identify the pod failure
7bcf993
to
b607aa8
Compare
/test pull-tekton-cli-integration-tests |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: piyush-garg 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 |
Changes
Fixes couple of lint issues:
Temporarily disabling:
false positive and can be tracked at false positive of g602 with maps securego/gosec#1005
Also bump golangci-lint version in release pipeline
Signed-off-by: vinamra28 [email protected]
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make check
make generated
See the contribution guide
for more details.
Release Notes