zephinzer/godev

View on GitHub
command.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Command.IsValid has 5 return statements (exceeds 4 allowed).
Open

func (command *Command) IsValid() error {
    application := command.config.Application
    if len(application) == 0 {
        return errors.New("no application was specified")
    }
Severity: Major
Found in command.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status