Showing 1,468 of 1,914 total issues
Method Client.putRaw
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (cli *Client) putRaw(ctx context.Context, path string, query url.Values, body io.Reader, headers http.Header) (serverResponse, error) {
Method Client.postHijacked
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (cli *Client) postHijacked(ctx context.Context, path string, query url.Values, body interface{}, headers map[string][]string) (types.HijackedResponse, error) {
Function Remove
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func Remove(ctx context.Context, t *testing.T, apiClient client.APIClient, container string, options container.RemoveOptions) {
Method driver.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *driver) Join(ctx context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) error {
Method driver.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *driver) Join(_ context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) error {
Method driver.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *driver) Join(ctx context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) error {
Method Client.ServiceUpdate
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (cli *Client) ServiceUpdate(ctx context.Context, serviceID string, version swarm.Version, service swarm.ServiceSpec, options types.ServiceUpdateOptions) (swarm.ServiceUpdateResponse, error) {
Function ExecTask
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func ExecTask(ctx context.Context, t *testing.T, d *daemon.Daemon, task swarmtypes.Task, options container.ExecOptions) types.HijackedResponse {
Method driver.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *driver) Join(_ context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) error {
Method Client.postRaw
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (cli *Client) postRaw(ctx context.Context, path string, query url.Values, body io.Reader, headers http.Header) (serverResponse, error) {
Method Client.sendRequest
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (cli *Client) sendRequest(ctx context.Context, method, path string, query url.Values, body io.Reader, headers http.Header) (serverResponse, error) {
Function Exec
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func Exec(ctx context.Context, apiClient client.APIClient, id string, cmd []string, ops ...func(*container.ExecOptions)) (ExecResult, error) {
Method Client.post
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (cli *Client) post(ctx context.Context, path string, query url.Values, obj interface{}, headers http.Header) (serverResponse, error) {
Method manager.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *manager) Join(_ context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) error {
Method Client.put
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (cli *Client) put(ctx context.Context, path string, query url.Values, obj interface{}, headers http.Header) (serverResponse, error) {
Method driver.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *driver) Join(ctx context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) error {
Function NewRequestReaderWithInitialResponse
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func NewRequestReaderWithInitialResponse(c *http.Client, r *http.Request, maxfail uint32, totalsize int64, initialResponse *http.Response) io.ReadCloser {
Function parseChownFlag
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func parseChownFlag(ctx context.Context, builder *Builder, state *dispatchState, chown, ctrRootPath string, identityMapping idtools.IdentityMapping) (idtools.Identity, error) {
Method Builder.dispatchDockerfileWithCancellation
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (b *Builder) dispatchDockerfileWithCancellation(ctx context.Context, parseResult []instructions.Stage, metaArgs []instructions.ArgCommand, escapeToken rune, source builder.Source) (*dispatchState, error) {
Method Service.searchUnfiltered
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (s *Service) searchUnfiltered(ctx context.Context, term string, limit int, authConfig *registry.AuthConfig, headers http.Header) (*registry.SearchResults, error) {