yoyo-project/yoyo

View on GitHub
internal/repository/template/query.go

Summary

Maintainability
A
1 hr
Test Coverage

Function GenerateQueryLogic has 58 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func GenerateQueryLogic(col string, column schema.Column) (methods, functions, imports []string) {
    var (
        ops    []operation
        goType string
    )
Severity: Minor
Found in internal/repository/template/query.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status