Changing upgrade package structure as a placeholder for supporting both #266
Annotations
9 errors and 1 warning
Lint:
pkg/upgrade/common/upgrade_common.go#L63
exported: type name will be used as common.CommonUpgradeStateManager by other packages, and that stutters; consider calling this UpgradeStateManager (revive)
|
Lint:
pkg/upgrade/common/upgrade_common.go#L91
exported: type name will be used as common.CommonUpgradeManagerImpl by other packages, and that stutters; consider calling this UpgradeManagerImpl (revive)
|
Lint:
pkg/upgrade/inbox/upgrade_inbox.go#L27
exported: type name will be used as inbox.InboxUpgradeManagerImpl by other packages, and that stutters; consider calling this UpgradeManagerImpl (revive)
|
Lint:
pkg/upgrade/requestor/upgrade_requestor.go#L27
exported: type name will be used as requestor.RequestorUpgradeManagerImpl by other packages, and that stutters; consider calling this UpgradeManagerImpl (revive)
|
Lint:
pkg/upgrade/manager/upgrade_state.go#L71
unnecessary leading newline (whitespace)
|
Lint:
pkg/upgrade/manager/upgrade_state.go#L81
unnecessary leading newline (whitespace)
|
Lint:
pkg/upgrade/manager/upgrade_state.go#L93
unnecessary leading newline (whitespace)
|
Lint:
pkg/upgrade/manager/upgrade_state.go#L55
directive `//nolint:interfacebloat` is unused for linter "interfacebloat" (nolintlint)
|
Lint
Process completed with exit code 2.
|
Set up Go
Restore cache failed: Dependencies file is not found in /home/runner/work/k8s-operator-libs/k8s-operator-libs. Supported file pattern: go.sum
|
Loading