vorteil/vorteil

View on GitHub
pkg/vconvert/remote.go

Summary

Maintainability
A
35 mins
Test Coverage
F
0%

Method ContainerConverter.downloadInformationRemote has 5 return statements (exceeds 4 allowed).
Open

func (cc *ContainerConverter) downloadInformationRemote(config *registryConfig) error {

    if config == nil || config.url == "" {
        return fmt.Errorf("config is nil or URL is empty")
    }
Severity: Major
Found in pkg/vconvert/remote.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status