arttor/helmify

View on GitHub
pkg/app/app.go

Summary

Maintainability
A
1 hr
Test Coverage
B
87%

Function Start has 51 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func Start(stdin io.Reader, config config.Config) error {
    err := config.Validate()
    if err != nil {
        return err
    }
Severity: Minor
Found in pkg/app/app.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status