asteris-llc/converge

View on GitHub
prettyprinters/health/health.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Printer.DrawNode has 5 return statements (exceeds 4 allowed).
Open

func (p *Printer) DrawNode(g *graph.Graph, id string) (pp.Renderable, error) {
    type printerNode struct {
        ID string
        *resource.HealthStatus
    }
Severity: Major
Found in prettyprinters/health/health.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status