nikoksr/proji

View on GitHub
cmd/projectSetPath.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func newProjectSetPathCommand() *projectSetPath {
    cmd := &cobra.Command{
        Use:                   "path OLD-PATH NEW-PATH",
        Short:                 "Set a new path",
        Aliases:               []string{"p"},
Severity: Major
Found in cmd/projectSetPath.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status