utils/meta.go

Summary

Maintainability
A
40 mins
Test Coverage

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

func ToString(value interface{}) string {
    if v, ok := value.([]string); ok {
        for _, s := range v {
            if s != "" {
                return s
Severity: Major
Found in utils/meta.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status