Fs02/grimoire

View on GitHub
params/map.go

Summary

Maintainability
A
40 mins
Test Coverage
A
100%

Method Map.GetWithType has 6 return statements (exceeds 4 allowed).
Open

func (m Map) GetWithType(name string, typ reflect.Type) (interface{}, bool) {
    value := m[name]

    if value == nil {
        return nil, true
Severity: Major
Found in params/map.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status