dotcloud/docker

View on GitHub
client/build_prune.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Client.BuildCachePrune has 5 return statements (exceeds 4 allowed).
Open

func (cli *Client) BuildCachePrune(ctx context.Context, opts types.BuildCachePruneOptions) (*types.BuildCachePruneReport, error) {
    if err := cli.NewVersionError(ctx, "1.31", "build prune"); err != nil {
        return nil, err
    }

Severity: Major
Found in client/build_prune.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status