rueian/rueidis

View on GitHub
internal/cmds/gen_connection.go

Summary

Maintainability
D
2 days
Test Coverage
A
100%

File gen_connection.go has 1007 lines of code (exceeds 500 allowed). Consider refactoring.
Open

// Code generated DO NOT EDIT

package cmds

import "strconv"
Severity: Major
Found in internal/cmds/gen_connection.go - About 1 day to fix

    Builder has 24 methods (exceeds 20 allowed). Consider refactoring.
    Open

    func (b Builder) Auth() (c Auth) {
        c = Auth{cs: get(), ks: b.ks}
        c.cs.s = append(c.cs.s, "AUTH")
        return c
    }
    Severity: Minor
    Found in internal/cmds/gen_connection.go - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status