dotcloud/docker

View on GitHub
client/client.go

Summary

Maintainability
A
35 mins
Test Coverage

Function NewClientWithOpts has 5 return statements (exceeds 4 allowed).
Open

func NewClientWithOpts(ops ...Opt) (*Client, error) {
    hostURL, err := ParseHostURL(DefaultDockerHost)
    if err != nil {
        return nil, err
    }
Severity: Major
Found in client/client.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status