InVisionApp/go-health

View on GitHub
checkers/http.go

Summary

Maintainability
A
0 mins
Test Coverage

Method HTTP.Status has 5 return statements (exceeds 4 allowed).
Wontfix

func (h *HTTP) Status() (interface{}, error) {
    resp, err := h.do()
    if err != nil {
        return nil, err
    }
Severity: Major
Found in checkers/http.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status