dotcloud/docker

View on GitHub
builder/builder-next/executor_nolinux.go

Summary

Maintainability
A
1 hr
Test Coverage

Method stubExecutor.Run has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

func (w *stubExecutor) Run(ctx context.Context, id string, root executor.Mount, mounts []executor.Mount, process executor.ProcessInfo, started chan<- struct{}) (resourcetypes.Recorder, error) {
Severity: Minor
Found in builder/builder-next/executor_nolinux.go - About 45 mins to fix

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

    func newExecutor(_, _ string, _ *libnetwork.Controller, _ *oci.DNSConfig, _ bool, _ idtools.IdentityMapping, _ string) (executor.Executor, error) {
    Severity: Minor
    Found in builder/builder-next/executor_nolinux.go - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status