asteris-llc/converge

View on GitHub
prettyprinters/graphviz/providers/rpc.go

Summary

Maintainability
A
55 mins
Test Coverage

Method RPCProvider.VertexGetLabel has 9 return statements (exceeds 4 allowed).
Open

func (p RPCProvider) VertexGetLabel(e graphviz.GraphEntity) (pp.VisibleRenderable, error) {
    var name string

    if e.Name == rootNodeID {
        name = "/"
Severity: Major
Found in prettyprinters/graphviz/providers/rpc.go - About 55 mins to fix

    Your code does not pass gofmt in 1 place. Go fmt your code!
    Open

    // Copyright © 2016 Asteris, LLC

    There are no issues that match your filters.

    Category
    Status