tui/tui.go

Summary

Maintainability
A
3 hrs
Test Coverage

Function CreateUI has 83 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func CreateUI(
    app common.TermApplication,
    screen tcell.Screen,
    output io.Writer,
    useColors bool,
Severity: Major
Found in tui/tui.go - About 2 hrs to fix

    Function CreateUI has 9 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        app common.TermApplication,
        screen tcell.Screen,
        output io.Writer,
        useColors bool,
        showApparentSize bool,
    Severity: Major
    Found in tui/tui.go - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status