goodmustache/pt

View on GitHub

Showing 1 of 84 total issues

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

func commandWrapper(cmd flags.Commander, args []string) error {
    if len(args) > 0 {
        uiWrapper.PrintWarning("ignoring extra args: %s", strings.Join(args, " "))
    }

Severity: Major
Found in main.go - About 35 mins to fix
    Severity
    Category
    Status
    Source
    Language