dotcloud/docker

View on GitHub
container/archive_windows.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Container.StatPath has 5 return statements (exceeds 4 allowed).
Open

func (container *Container) StatPath(resolvedPath, absPath string) (stat *containertypes.PathStat, err error) {
    if container.BaseFS == "" {
        return nil, errors.New("StatPath: BaseFS of container " + container.ID + " is unexpectedly empty")
    }

Severity: Major
Found in container/archive_windows.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status