Skip to content

build(deps): bump github.com/docker/docker #138

build(deps): bump github.com/docker/docker

build(deps): bump github.com/docker/docker #138

Status Failure
Total duration 1m 2s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 10 warnings
Lint: api/api.go#L20
interface method Init must have all named params (inamedparam)
Lint: api/api.go#L24
interface method Register must have all named params (inamedparam)
Lint: api/api.go#L26
interface method Deregister must have all named params (inamedparam)
Lint: api/api.go#L28
interface method Run must have named param for type context.Context (inamedparam)
Lint: api/api.go#L148
ifElseChain: rewrite if-else to switch statement (gocritic)
Lint: api/api_test.go#L8
cognitive complexity 51 of func `TestEncoding` is high (> 30) (gocognit)
Lint: api/client/client.go#L14
import 'github.com/gorilla/websocket' is not allowed from list 'Main' (depguard)
Lint: api/client/client.go#L125
should rewrite http.NewRequestWithContext or add (*Request).WithContext (noctx)
Lint: api/client/client.go#L193
response body must be closed (bodyclose)
Lint: api/default.go#L50
Error return value is not checked (errcheck)
Unit Tests
Process completed with exit code 1.
Summary Report
undefined: fileutils.Matches
Summary Report
undefined: fileutils.Matches
Summary Report
Process completed with exit code 1.
Lint: api/api.go#L16
exported: comment on exported type Api should be of the form "Api ..." (with optional leading article) (revive)
Lint: api/api.go#L18
var-naming: type Api should be API (revive)
Lint: api/api.go#L182
var-naming: func NewApi should be NewAPI (revive)
Lint: api/default.go#L19
var-naming: func newApi should be newAPI (revive)
Lint: api/handler/http/http_test.go#L17
var-naming: func testHttp should be testHTTP (revive)
Lint: api/handler/rpc/rpc_test.go#L30
var-naming: type jsonUrl should be jsonURL (revive)
Lint: api/handler/rpc/rpc_test.go#L35
var-naming: var jUrl should be jURL (revive)
Lint: api/options.go#L10
exported: exported function NewOptions should have comment or be unexported (revive)
Lint: api/router/options.go#L42
exported: exported function WithHandler should have comment or be unexported (revive)
Lint: api/router/options.go#L48
exported: exported function WithRegistry should have comment or be unexported (revive)