sarumaj/go-kakasi

View on GitHub
internal/codegen/codegen.go

Summary

Maintainability
A
45 mins
Test Coverage

Function Generate has 7 return statements (exceeds 4 allowed).
Open

func Generate(dst, indent string) error {
    for tgt, src := range lookupMapResources {
        m, err := makeLookupMap(src)
        if err != nil {
            return err
Severity: Major
Found in internal/codegen/codegen.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status