18F/e-QIP-prototype

View on GitHub
api/mock/database.go

Summary

Maintainability
A
1 hr
Test Coverage

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

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

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

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

      There are no issues that match your filters.

      Category
      Status