vorteil/direktiv

View on GitHub
cmd/exec/cli/utils.go

Summary

Maintainability
A
35 mins
Test Coverage

Function findProjectRoot has 5 return statements (exceeds 4 allowed).
Open

func findProjectRoot(path string) (string, error) {
    fi, err := os.Stat(path)
    if err != nil {
        return "", err
    }
Severity: Major
Found in cmd/exec/cli/utils.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status