operator-framework / operator-courier

Build, verify and push operators
Apache License 2.0
41 stars 53 forks source link

Fixed missing space in linting #179

Closed ivandov closed 1 year ago

ivandov commented 4 years ago

Fixed the following missing space during linting:

ERROR: spec.customresourcedefinitions.ownednot defined for csv [0.0.5/zosmf-operator.v0.0.5.clusterserviceversion.yaml]

Should be:

ERROR: spec.customresourcedefinitions.owned not defined for csv [0.0.5/zosmf-operator.v0.0.5.clusterserviceversion.yaml]
openshift-ci-robot commented 4 years ago

Hi @ivandov. Thanks for your PR.

I'm waiting for a operator-framework member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 3 years ago

@ivandov: PR needs rebase.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.