netdata/netdata

View on GitHub
src/go/collectors/go.d.plugin/modules/httpcheck/collect.go

Summary

Maintainability
A
35 mins
Test Coverage

Method HTTPCheck.readCookieFile has 5 return statements (exceeds 4 allowed).
Open

func (hc *HTTPCheck) readCookieFile() error {
    if hc.CookieFile == "" {
        return nil
    }

Severity: Major
Found in src/go/collectors/go.d.plugin/modules/httpcheck/collect.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status