scott-the-programmer/terraform-provider-minikube

View on GitHub
minikube/lib/minikube_client.go

Summary

Maintainability
A
40 mins
Test Coverage

Method MinikubeClient.Start has 6 return statements (exceeds 4 allowed).
Open

func (e *MinikubeClient) Start() (*kubeconfig.Settings, error) {

    // By nature, viper references (here and within the internals of minikube) are not thread safe.
    // To keep our sanity, let's mutex this call and defer subsequent cluster starts
    if e.TfCreationLock != nil {
Severity: Major
Found in minikube/lib/minikube_client.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status