dotcloud/docker

View on GitHub
builder/remotecontext/archive.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func FromArchive(tarStream io.Reader) (builder.Source, error) {
    root, err := longpath.MkdirTemp("", "docker-builder")
    if err != nil {
        return nil, err
    }
Severity: Major
Found in builder/remotecontext/archive.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status