runner/ssh_agent.go

Summary

Maintainability
A
1 hr
Test Coverage

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

    runID string,
    identities []string,
    scratch *scratch.ScratchSpace,
    containerLists *ContainerLists,
    logger logging.Logger,
Severity: Minor
Found in runner/ssh_agent.go - About 35 mins to fix

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

        runID string,
        containerName string,
        scratch *scratch.ScratchSpace,
        containerLists *ContainerLists,
        logger logging.Logger,
    Severity: Minor
    Found in runner/ssh_agent.go - About 35 mins to fix

      exported const SSHAgentImage should have comment (or a comment on this block) or be unexported
      Open

          SSHAgentImage    = "efritz/ij-ssh-agent:latest"
      Severity: Minor
      Found in runner/ssh_agent.go by golint

      There are no issues that match your filters.

      Category
      Status