1set/starlight

View on GitHub
starlight.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Cache.Run has 5 return statements (exceeds 4 allowed).
Open

func (c *Cache) Run(filename string, globals map[string]interface{}) (map[string]interface{}, error) {
    dict, err := convert.MakeStringDict(globals)
    if err != nil {
        return nil, err
    }
Severity: Major
Found in starlight.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status