nikoksr/proji

View on GitHub
cmd/projectAdd.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func newProjectAddCommand() *projectAddCommand {
    cmd := &cobra.Command{
        Use:                   "add LABEL PATH",
        Short:                 "Add an existing project",
        Aliases:               []string{"a"},
Severity: Major
Found in cmd/projectAdd.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status