netdata/netdata

View on GitHub
src/go/collectors/go.d.plugin/modules/couchdb/init.go

Summary

Maintainability
A
50 mins
Test Coverage

Method CouchDB.initCharts has 8 return statements (exceeds 4 allowed).
Open

func (cdb *CouchDB) initCharts() (*Charts, error) {
    charts := module.Charts{}

    if err := charts.Add(*dbActivityCharts.Copy()...); err != nil {
        return nil, err
Severity: Major
Found in src/go/collectors/go.d.plugin/modules/couchdb/init.go - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status