1set/starlet

View on GitHub
lib/file/json.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func readJSONL(name string) (starlark.Value, error) {
    var (
        cnt    int
        values []starlark.Value
    )
Severity: Major
Found in lib/file/json.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status