[chore] Updating golangci-lint version and correcting errors and checks - #1797
Conversation
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
rm3l
left a comment
There was a problem hiding this comment.
@OpinionatedHeron Please update your PR branch, so that the CI checks can run correctly. Thanks.
|
/review |
|
You are above your monthly Qodo Merge usage quota. For more information, please visit here. |
1 similar comment
|
You are above your monthly Qodo Merge usage quota. For more information, please visit here. |
|
/review |
PR Reviewer Guide 🔍(Review updated until commit fa25b41)Here are some key observations to aid the review process:
|
|
Persistent review updated to latest commit fa25b41 |
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
rm3l
left a comment
There was a problem hiding this comment.
Thanks for your work on this !!
/lgtm
| enable: | ||
| - staticcheck |
There was a problem hiding this comment.
nit: staticcheck should already be part of the linters enabled by default.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Fortune-Ndlovu, rm3l The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Updated the golangci-lint to v2.5.0. Ran 'make lint' and fixed or ignored any errors and checks that were flagged by the linter.
Which issue(s) does this PR fix or relate to
PR acceptance criteria
How to test changes / Special notes to the reviewer
Ran 'make lint' until 0 errors returned.
Also ran 'make tests' to ensure tests still worked as expected.