asteris-llc/converge

View on GitHub
render/preprocessor/preprocessor.go

Summary

Maintainability
A
1 hr
Test Coverage

Function TraverseUntilModule has 6 return statements (exceeds 4 allowed).
Open

func TraverseUntilModule(g *graph.Graph, id string) bool {
    if graph.IsRoot(id) {
        return true
    }
    elemMeta, ok := g.Get(id)
Severity: Major
Found in render/preprocessor/preprocessor.go - About 40 mins to fix

    Function VertexSplitTraverse has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func VertexSplitTraverse(g *graph.Graph, toFind string, startingNode string, stop func(*graph.Graph, string) bool, history map[string]struct{}) (string, string, bool) {
    Severity: Minor
    Found in render/preprocessor/preprocessor.go - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status