We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current problems from this lint check include:
We should install github.com/armadaproject/armada-operator/apis/install/v1alpha1 once, as we do here instead of installing it at:
github.com/armadaproject/armada-operator/apis/install/v1alpha1
And in all other unit tests.
This produces https://staticcheck.io/docs/checks#ST1019 in vscode with the golang extension
For example https://github.com/armadaproject/armada-operator/blob/main/controllers/install/binoculars_controller_e2e_test.go#L39
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Current problems from this lint check include:
Move to using named import in install package.
We should install
github.com/armadaproject/armada-operator/apis/install/v1alpha1
once, as we do here instead of installing it at:And in all other unit tests.
This produces https://staticcheck.io/docs/checks#ST1019 in vscode with the golang extension
Check for error before defering in e2e tests:
For example https://github.com/armadaproject/armada-operator/blob/main/controllers/install/binoculars_controller_e2e_test.go#L39
The text was updated successfully, but these errors were encountered: