dotcloud/docker

View on GitHub
api/server/httputils/form.go

Summary

Maintainability
A
40 mins
Test Coverage

Function RepoTagReference has 6 return statements (exceeds 4 allowed).
Open

func RepoTagReference(repo, tag string) (reference.NamedTagged, error) {
    if repo == "" {
        return nil, nil
    }

Severity: Major
Found in api/server/httputils/form.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status