bus/authenticate.go

Summary

Maintainability
A
35 mins
Test Coverage
B
88%

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

func ReadCapabilityMap(in io.Reader) (m CapabilityMap, err error) {

    size, err := basic.ReadUint32(in)
    if err != nil {
        return m, fmt.Errorf("read map size: %s", err)
Severity: Major
Found in bus/authenticate.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status