✨ Add OCI source for provider ConfigMap preparation #2108
Annotations
7 errors and 1 warning
golangci-lint:
internal/controller/manifests_downloader.go#L104
`if p.provider.GetSpec().FetchConfig != nil && p.provider.GetSpec().FetchConfig.OCI != ""` has complex nested blocks (complexity: 6) (nestif)
|
golangci-lint:
cmd/plugin/cmd/preload.go#L281
`if spec.Version == ""` has complex nested blocks (complexity: 5) (nestif)
|
golangci-lint:
cmd/plugin/cmd/preload.go#L25
import "k8s.io/api/core/v1" imported as "v1" but must be "corev1" according to config (importas)
|
golangci-lint:
cmd/plugin/cmd/preload.go#L30
import "sigs.k8s.io/cluster-api-operator/internal/controller" imported without alias but must be with alias "providercontroller" according to config (importas)
|
golangci-lint:
cmd/plugin/cmd/init.go#L501
ineffectual assignment to version (ineffassign)
|
golangci-lint:
internal/controller/manifests_downloader.go#L101
declarations should never be cuddled (wsl)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading