dotcloud/docker

View on GitHub
opts/opts.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func ParseLink(val string) (string, string, error) {
    if val == "" {
        return "", "", fmt.Errorf("empty string specified for links")
    }
    arr := strings.Split(val, ":")
Severity: Major
Found in opts/opts.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status