zephinzer/dev

View on GitHub
internal/prompt/select.go

Summary

Maintainability
A
40 mins
Test Coverage
A
91%

Function ToSelect has 6 return statements (exceeds 4 allowed).
Open

func ToSelect(options InputOptions) (int, error) {
    helper := InputHelper(options)
    fmt.Printf("\n")
    helper.PrintBeforeMessage()
    fmt.Printf("\n")
Severity: Major
Found in internal/prompt/select.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status