dotcloud/docker

View on GitHub
profiles/seccomp/seccomp.go

Summary

Maintainability
A
45 mins
Test Coverage

Method KernelVersion.UnmarshalJSON has 7 return statements (exceeds 4 allowed).
Open

func (k *KernelVersion) UnmarshalJSON(version []byte) error {
    var (
        ver string
        err error
    )
Severity: Major
Found in profiles/seccomp/seccomp.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status