Skip to content

Conversation

@cfergeau
Copy link
Contributor

Main goal is to fix the linting errors which appear with #4975

This has been superseded by //go:build quite some time ago, and go vet
started erroring out when it finds these, see crc-org#4975

Signed-off-by: Christophe Fergeau <[email protected]>
This indicates the linter we want to ignore, in case other linters would
find issues unrelated to the one we want to ignore.

Signed-off-by: Christophe Fergeau <[email protected]>
The 'deadcode' linter is no longer used and causes warnings from
`make cross-lint`

Signed-off-by: Christophe Fergeau <[email protected]>
Ignoring the error forces us to use a //nolint directive.
We could ignore it with `_ = copier.Cleanup()`, but we can as well log
it with `logging.Errorf`.

Signed-off-by: Christophe Fergeau <[email protected]>
@openshift-ci openshift-ci bot requested review from adrianriobo and gbraad October 23, 2025 10:05
@openshift-ci
Copy link

openshift-ci bot commented Oct 23, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign anjannath for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Oct 23, 2025

@cfergeau: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/security 2ac6112 link false /test security
ci/prow/e2e-microshift-crc 2ac6112 link true /test e2e-microshift-crc
ci/prow/e2e-crc 2ac6112 link true /test e2e-crc

Full PR test history. Your PR dashboard.

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.

@praveenkumar praveenkumar merged commit 0e2f0f8 into crc-org:main Oct 28, 2025
26 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants