dotcloud/docker

View on GitHub
client/image_push.go

Summary

Maintainability
A
45 mins
Test Coverage

Method Client.ImagePush has 7 return statements (exceeds 4 allowed).
Open

func (cli *Client) ImagePush(ctx context.Context, image string, options image.PushOptions) (io.ReadCloser, error) {
    ref, err := reference.ParseNormalizedNamed(image)
    if err != nil {
        return nil, err
    }
Severity: Major
Found in client/image_push.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status