dotcloud/docker

View on GitHub
builder/remotecontext/lazycontext.go

Summary

Maintainability
A
35 mins
Test Coverage

Method lazySource.Hash has 5 return statements (exceeds 4 allowed).
Open

func (c *lazySource) Hash(path string) (string, error) {
    cleanPath, fullPath, err := normalize(path, c.root)
    if err != nil {
        return "", err
    }
Severity: Major
Found in builder/remotecontext/lazycontext.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status