minepkg/minepkg

View on GitHub
cmd/install.go

Summary

Maintainability
A
40 mins
Test Coverage

Method installRunner.RunE has 6 return statements (exceeds 4 allowed).
Open

func (i *installRunner) RunE(cmd *cobra.Command, args []string) error {
    instance, err := root.LocalInstance()
    if err != nil {
        return err
    }
Severity: Major
Found in cmd/install.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status