dotcloud/docker

View on GitHub
libnetwork/endpoint_info_windows.go

Summary

Maintainability
A
45 mins
Test Coverage

Method Endpoint.DriverInfo has 7 return statements (exceeds 4 allowed).
Open

func (ep *Endpoint) DriverInfo() (map[string]interface{}, error) {
    ep, err := ep.retrieveFromStore()
    if err != nil {
        return nil, err
    }
Severity: Major
Found in libnetwork/endpoint_info_windows.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status