System tests [1144/merge] - [] #11218
Annotations
7 errors
golangci-lint:
internal/api/util/client/zbox_client.go#L565
paramTypeCombine: func(t *test.SystemTest, headers map[string]string, queryParams map[string]string) (*model.ZboxMessageDataShareinfoResponse, *resty.Response, error) could be replaced with func(t *test.SystemTest, headers, queryParams map[string]string) (*model.ZboxMessageDataShareinfoResponse, *resty.Response, error) (gocritic)
|
golangci-lint:
internal/api/util/client/zbox_client.go#L640
paramTypeCombine: func(t *test.SystemTest, headers map[string]string, queryParams map[string]string) (*model.ZboxMessageDataResponse[[]model.ZboxShareRequest], *resty.Response, error) could be replaced with func(t *test.SystemTest, headers, queryParams map[string]string) (*model.ZboxMessageDataResponse[[]model.ZboxShareRequest], *resty.Response, error) (gocritic)
|
golangci-lint:
internal/api/util/client/zbox_client.go#L659
paramTypeCombine: func(t *test.SystemTest, headers map[string]string, queryParams map[string]string) (*model.ZboxMessageDataResponse[[]model.ZboxShareRequest], *resty.Response, error) could be replaced with func(t *test.SystemTest, headers, queryParams map[string]string) (*model.ZboxMessageDataResponse[[]model.ZboxShareRequest], *resty.Response, error) (gocritic)
|
golangci-lint:
internal/api/util/client/zbox_client.go#L26
File is not `gofmt`-ed with `-s` (gofmt)
|
golangci-lint:
tests/api_tests/0box_share_request_test.go#L137
File is not `gofmt`-ed with `-s` (gofmt)
|
golangci-lint:
tests/api_tests/0box_share_request_test.go#L450
unnecessary trailing newline (whitespace)
|
golangci-lint
issues found
|
Loading