meta/idl/idl.go

Summary

Maintainability
A
40 mins
Test Coverage
B
88%

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

func GenerateIDL(writer io.Writer, packageName string, objs map[string]object.MetaObject) error {
    set := signature.NewTypeSet()

    fmt.Fprintf(writer, "package %s\n", packageName)
    scope := NewScope()
Severity: Major
Found in meta/idl/idl.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status