KennethanCeyer/gowap

View on GitHub
action/add.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func CommandAdd(c *cli.Context) error {
    nutsName := squeak.DefaultNutsName
    if c.NArg() > 0 {
        nutsName = c.Args().Get(0)
    }
Severity: Major
Found in action/add.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status