-
Notifications
You must be signed in to change notification settings - Fork 36
chore(build): migrate to golangci-lint@v2 and golangci-lint-action@v7 #523
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
chore(build): migrate to golangci-lint@v2 and golangci-lint-action@v7 #523
Conversation
upgraded `.golangci.yml` with `golangci-lint migrate` include fixes suggested by `golangci-lint run -c ./.golangci.yml` Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
/test e2e |
Co-authored-by: Lukas Krejci <metlos@users.noreply.github.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #523 +/- ##
=======================================
Coverage 81.09% 81.09%
=======================================
Files 43 43
Lines 3518 3518
=======================================
Hits 2853 2853
Misses 578 578
Partials 87 87
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MatousJobanek, metlos, rajivnathan, xcoulon 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 |
New changes are detected. LGTM label has been removed. |
|
b52c1dc
into
codeready-toolchain:master
upgraded
.golangci.yml
withgolangci-lint migrate
include fixes suggested by
golangci-lint run -c ./.golangci.yml
Signed-off-by: Xavier Coulon xcoulon@redhat.com