gmantaos/Goirate

View on GitHub
src/update.go

Summary

Maintainability
A
40 mins
Test Coverage

Method UpdateCommand.Execute has 6 return statements (exceeds 4 allowed).
Open

func (cmd *UpdateCommand) Execute(args []string) error {

    currentVersion, valid := parseVersion(Version)

    if !valid && os.Getenv("GOIRATE_DEBUG") != "true" {
Severity: Major
Found in src/update.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status