-
Notifications
You must be signed in to change notification settings - Fork 431
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
Update golangci-lint and add golangci-lint GitHub workflow #5158
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5158 +/- ##
==========================================
- Coverage 51.36% 51.34% -0.02%
==========================================
Files 273 273
Lines 24676 24671 -5
==========================================
- Hits 12674 12668 -6
- Misses 11212 11214 +2
+ Partials 790 789 -1 ☔ View full report in Codecov by Sentry. |
linter is green locally, waiting for the tests to be green. |
./scripts/../scripts/ci-build-azure-ccm.sh: line 48: pushd: /home/prow/go/src/sigs.k8s.io/cloud-provider-azure: No such file or directory
Image registry is capzcicommunity.azurecr.io
./scripts/../scripts/ci-build-azure-ccm.sh: line 52: IMAGE_TAG_CCM: unbound variable
cluster-api-provider-azure/scripts/ci-build-azure-ccm.sh Lines 48 to 50 in 80fca66
Did something change at prow that is keeping |
eccb3e5
to
1efc2d6
Compare
/test pull-cluster-api-provider-azure-e2e-aks |
This comment was marked as resolved.
This comment was marked as resolved.
/test pull-cluster-api-provider-azure-conformance-ipv6-with-ci-artifacts |
/test pull-cluster-api-provider-azure-e2e |
hold for squash |
Adds - pr-golangci-lint job - exports GO_VERSION in the makefile that is used in other make targets - updates .golangci.yml with CAPI changes, and also rebases CAPZ additions to it. - update .golangci.yml - ignore package comments across CAPZ
bd3500a
to
97b2c12
Compare
squashed all the commits. |
@nawazkh: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
/lgtm |
LGTM label has been added. Git tree hash: 03f914c797ea53c9e1e0ca38c5100572cef38615
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jont828 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 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
1.60.2
pr-golangci-lint
job to the repo.golangci-lint
frommake test
target so thatmake test
solely focuses on test coverage and not on linter signal.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #5110
Special notes for your reviewer:
TODOs:
Release note: