sascha-andres/go-template

View on GitHub
wrapper/git.go

Summary

Maintainability
A
40 mins
Test Coverage

Function startAndWait has 6 return statements (exceeds 4 allowed).
Open

func startAndWait(command *exec.Cmd) (int, error) {
    var err error
    if err = command.Start(); err != nil {
        return -1, errors.Wrap(err, "could not start command")
    }
Severity: Major
Found in wrapper/git.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status