asteris-llc/converge

View on GitHub
parse/node.go

Summary

Maintainability
A
50 mins
Test Coverage

Method Node.Validate has 8 return statements (exceeds 4 allowed).
Open

func (n *Node) Validate() error {
    if n == nil {
        return errors.New("node is empty, check for bad input")
    }

Severity: Major
Found in parse/node.go - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status