Skip to content

Implement upgrade edges support #23

Implement upgrade edges support

Implement upgrade edges support #23

Triggered via pull request June 27, 2023 14:49
Status Failure
Total duration 2m 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

sanity.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: internal/resolution/variable_sources/installedpackage/installed_package.go#L12
File is not `goimports`-ed with -local github.com/operator-framework/operator-controller (goimports)
lint: internal/resolution/variable_sources/olm/olm.go#L8
File is not `goimports`-ed with -local github.com/operator-framework/operator-controller (goimports)
lint: internal/resolution/variable_sources/olm/olm.go#L59
G601: Implicit memory aliasing in for loop. (gosec)
lint: internal/resolution/variable_sources/installedpackage/installed_package.go#L30
Consider pre-allocating `entityIDs` (prealloc)
lint: internal/controllers/operator_controller.go#L263
`(*OperatorReconciler).generateExpectedBundleDeployment` - `bundlePath` is unused (unparam)
lint: internal/resolution/variable_sources/installedpackage/installed_package.go#L91
unnecessary leading newline (whitespace)
lint: internal/resolution/variable_sources/installedpackage/installed_package.go#L119
unnecessary trailing newline (whitespace)
lint: internal/resolution/variable_sources/installedpackage/installed_package.go#L130
unnecessary leading newline (whitespace)
lint: internal/controllers/operator_controller.go#L271
SA4009(related information): assignment to bundlePath (staticcheck)
lint
Process completed with exit code 2.
lint: internal/resolution/variable_sources/installedpackage/installed_package.go#L19
exported: type name will be used as installedpackage.InstalledPackageVariable by other packages, and that stutters; consider calling this Variable (revive)
lint: internal/resolution/variable_sources/installedpackage/installed_package.go#L42
exported: type name will be used as installedpackage.InstalledPackageVariableSource by other packages, and that stutters; consider calling this VariableSource (revive)