dotcloud/docker

View on GitHub
pkg/archive/changes_unix.go

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

    if oldStat.Mode() != newStat.Mode() ||
        oldStat.UID() != newStat.UID() ||
        oldStat.GID() != newStat.GID() ||
        oldStat.Rdev() != newStat.Rdev() ||
        // Don't look at size or modification time for dirs, its not a good
Severity: Major
Found in pkg/archive/changes_unix.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status