elct9620/mruby-go

View on GitHub
init.go

Summary

Maintainability
A
35 mins
Test Coverage
F
42%

Function initCore has 5 return statements (exceeds 4 allowed).
Open

func initCore(mrb *State) (err error) {
    if err = initClass(mrb); err != nil {
        return
    }

Severity: Major
Found in init.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status