flipace/hantera

View on GitHub

Showing 3 of 6 total issues

Function CloneRepository has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

func CloneRepository(name string, target string, branch string, repository string, nodeps bool, wg *sync.WaitGroup) {
Severity: Minor
Found in commands/develop/cloneRepository.go - About 45 mins to fix

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

    func RunSetup(configFile string, target string, branch string, nodeps bool, c *cli.Context) {
    Severity: Minor
    Found in commands/develop/setup.go - About 35 mins to fix

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

      func RunUpdate(configFile string, target string, branch string, nodeps bool, c *cli.Context) {
      Severity: Minor
      Found in commands/develop/update.go - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language