s0rg/decompose

View on GitHub
internal/builder/tree.go

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Function writeNode has 56 lines of code (exceeds 50 allowed). Consider refactoring.
Wontfix

func writeNode(w io.Writer, n *node.JSON, last bool) {
    var next string

    if last {
        fmt.Fprint(w, symEnd)
Severity: Minor
Found in internal/builder/tree.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status