equals215/deepsentinel

View on GitHub
daemonize/systemd.go

Summary

Maintainability
A
0 mins
Test Coverage

Method systemdDaemon.uninstallDaemon has 6 return statements (exceeds 4 allowed).
Wontfix

func (d *systemdDaemon) uninstallDaemon() error {
    err := d.stopDaemon()
    if err != nil {
        return err
    }
Severity: Major
Found in daemonize/systemd.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status