omissis/goarkitect

View on GitHub
internal/cli/app.go

Summary

Maintainability
A
35 mins
Test Coverage

Method App.Run has 5 return statements (exceeds 4 allowed).
Open

func (a *App) Run() error {
    if err := a.flagSet.Parse(GetArgs(os.Args, 1)); err != nil {
        return fmt.Errorf("error parsing flags: %w", err)
    }

Severity: Major
Found in internal/cli/app.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status