command.go
Showing 1 of 1 total issue
Method Command.IsValid
has 5 return statements (exceeds 4 allowed). Open
Open
func (command *Command) IsValid() error { application := command.config.Application if len(application) == 0 { return errors.New("no application was specified") }