dotcloud/docker

View on GitHub
daemon/logger/factory.go

Summary

Maintainability
A
50 mins
Test Coverage

Function ValidateLogOpts has 8 return statements (exceeds 4 allowed).
Open

func ValidateLogOpts(name string, cfg map[string]string) error {
    if name == "none" {
        return nil
    }

Severity: Major
Found in daemon/logger/factory.go - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status