association.go

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function extractAssociationData has 59 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func extractAssociationData(rt reflect.Type, index int) associationData {
    var (
        key = associationKey{
            rt:    rt,
            index: index,
Severity: Minor
Found in association.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status