yasshi2525/RushHour

View on GitHub
services/player.go

Summary

Maintainability
A
1 hr
Test Coverage
F
27%

Function PasswordSignUp has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func PasswordSignUp(loginid string, name string, password string, hue int, lv entities.PlayerType) (*entities.Player, error) {
Severity: Minor
Found in services/player.go - About 35 mins to fix

    Function CreatePlayer has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func CreatePlayer(loginid string, displayname string, password string, hue int, lv entities.PlayerType) (*entities.Player, error) {
    Severity: Minor
    Found in services/player.go - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status