elves/elvish

View on GitHub
pkg/cli/modes/histlist.go

Summary

Maintainability
A
40 mins
Test Coverage

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

func NewHistlist(app cli.App, spec HistlistSpec) (Histlist, error) {
    codeArea, err := FocusedCodeArea(app)
    if err != nil {
        return nil, err
    }
Severity: Major
Found in pkg/cli/modes/histlist.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status