Merge pull request #1 from flavio/add-golangci-lint #1
Annotations
10 errors
cmd/worker/main.go#L44
Error return value of `msg.Ack` is not checked (errcheck)
|
internal/registry/storage.go#L38
Error return value is not checked (errcheck)
|
cmd/worker/main.go#L40
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
cmd/worker/main.go#L42
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
cmd/worker/main.go#L43
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
api/v1alpha1/registry_types.go#L62
don't use `init` function (gochecknoinits)
|
internal/apiserver/apiserver.go#L42
don't use `init` function (gochecknoinits)
|
cmd/controller/main.go#L52
don't use `init` function (gochecknoinits)
|
api/storage/v1alpha1/register.go#L24
Comment should end in a period (godot)
|
api/storage/v1alpha1/register.go#L27
Comment should end in a period (godot)
|
This job failed
Loading