Mirantis/virtlet

View on GitHub
pkg/imagetranslation/translator.go

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                        if err != nil {
                            glog.V(2).Infof("error decoding private key #%d from transport profile %s", i, rule.Transport)
                        } else {
                            privateKey = k
                        }
Severity: Major
Found in pkg/imagetranslation/translator.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status