firehol/netdata

View on GitHub
src/go/plugin/go.d/modules/unbound/init.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Unbound.initConfig has 5 return statements (exceeds 4 allowed).
Open

func (u *Unbound) initConfig() (enabled bool) {
    if u.ConfPath == "" {
        u.Info("'conf_path' not set, skipping parameters auto detection")
        return true
    }
Severity: Major
Found in src/go/plugin/go.d/modules/unbound/init.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status