asteris-llc/converge

View on GitHub
parse/parse.go

Summary

Maintainability
A
40 mins
Test Coverage

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

func Parse(content []byte) (resources []*Node, err error) {
    obj, err := hcl.ParseBytes(content)
    if err != nil {
        return resources, err
    }
Severity: Major
Found in parse/parse.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status