dotcloud/docker

View on GitHub
internal/containerfs/rm.go

Summary

Maintainability
A
45 mins
Test Coverage

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

func EnsureRemoveAll(dir string) error {
    notExistErr := make(map[string]bool)

    // track retries
    exitOnErr := make(map[string]int)
Severity: Major
Found in internal/containerfs/rm.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status