equals215/deepsentinel

View on GitHub
daemonize/daemonize.go

Summary

Maintainability
A
0 mins
Test Coverage

Function getDaemonSystem has 6 return statements (exceeds 4 allowed).
Invalid

func getDaemonSystem(component daemonType) (daemon, error) {
    o, err := distro.Detect()
    if err != nil {
        return nil, err
    }
Severity: Major
Found in daemonize/daemonize.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status