18F/e-QIP-prototype

View on GitHub
api/postgresql/db.go

Summary

Maintainability
A
1 hr
Test Coverage

Method Service.CountExpr has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func (service *Service) CountExpr(model interface{}, expr string, retval interface{}, condition string, params ...interface{}) {
Severity: Minor
Found in api/postgresql/db.go - About 35 mins to fix

    Method Service.Array has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func (service *Service) Array(model interface{}, expr string, retval interface{}, condition string, params ...interface{}) {
    Severity: Minor
    Found in api/postgresql/db.go - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status