builder/builder-next/executor_nolinux.go
Method stubExecutor.Run
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
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) {
Function newExecutor
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func newExecutor(_, _ string, _ *libnetwork.Controller, _ *oci.DNSConfig, _ bool, _ idtools.IdentityMapping, _ string) (executor.Executor, error) {