rueian/rueidis

View on GitHub
internal/cmds/gen_cluster.go

Summary

Maintainability
B
5 hrs
Test Coverage
A
100%

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

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

    File gen_cluster.go has 507 lines of code (exceeds 500 allowed). Consider refactoring.
    Open

    // Code generated DO NOT EDIT
    
    package cmds
    
    import "strconv"
    Severity: Minor
    Found in internal/cmds/gen_cluster.go - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status