dotcloud/docker

View on GitHub
pkg/system/filesys_windows.go

Summary

Maintainability
A
45 mins
Test Coverage

Function mkdirall has 7 return statements (exceeds 4 allowed).
Open

func mkdirall(path string, perm *windows.SecurityAttributes) error {
    if volumePath.MatchString(path) {
        return nil
    }

Severity: Major
Found in pkg/system/filesys_windows.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status