netdata/netdata

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

Summary

Maintainability
A
35 mins
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status