client/pkg/repo/clean_releases.go

Summary

Maintainability
A
40 mins
Test Coverage
D
63%

Method Client.CleanReleases has 6 return statements (exceeds 4 allowed).
Open

func (c Client) CleanReleases() error {
    actualLocalReleases, err := c.getActualLocalReleases()
    if err != nil {
        return fmt.Errorf("unable to get actual local releases: %w", err)
    }
Severity: Major
Found in client/pkg/repo/clean_releases.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status