netdata/netdata

View on GitHub
src/go/collectors/go.d.plugin/modules/activemq/activemq.go

Summary

Maintainability
A
35 mins
Test Coverage

Method ActiveMQ.Init has 5 return statements (exceeds 4 allowed).
Open

func (a *ActiveMQ) Init() error {
    if err := a.validateConfig(); err != nil {
        a.Errorf("config validation: %v", err)
        return err
    }
Severity: Major
Found in src/go/collectors/go.d.plugin/modules/activemq/activemq.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status