Golint errors fixes #87
Annotations
10 errors and 2 warnings
golangci-lint:
cmd/csi-powerstore/main.go#L29
could not import github.com/dell/csi-powerstore/v2/pkg/controller (-: # github.com/dell/csi-powerstore/v2/pkg/controller
|
golangci-lint:
pkg/controller/replication.go#L340
cannot use "" (untyped string constant) as *gopowerstore.FailoverParams value in variable declaration) (typecheck)
|
golangci-lint:
cmd/csi-powerstore/main.go#L29
could not import github.com/dell/csi-powerstore/v2/pkg/controller (-: # github.com/dell/csi-powerstore/v2/pkg/controller
|
golangci-lint:
pkg/controller/replication.go#L340
cannot use "" (untyped string constant) as *gopowerstore.FailoverParams value in variable declaration) (typecheck)
|
golangci-lint:
cmd/csi-powerstore/main.go#L29
could not import github.com/dell/csi-powerstore/v2/pkg/controller (-: # github.com/dell/csi-powerstore/v2/pkg/controller
|
golangci-lint:
pkg/controller/replication.go#L340
cannot use "" (untyped string constant) as *gopowerstore.FailoverParams value in variable declaration) (typecheck)
|
golangci-lint:
cmd/csi-powerstore/main.go#L29
could not import github.com/dell/csi-powerstore/v2/pkg/controller (-: # github.com/dell/csi-powerstore/v2/pkg/controller
|
golangci-lint:
pkg/controller/replication.go#L340
cannot use "" (untyped string constant) as *gopowerstore.FailoverParams value in variable declaration) (typecheck)
|
golangci-lint:
cmd/csi-powerstore/main.go#L29
could not import github.com/dell/csi-powerstore/v2/pkg/controller (-: # github.com/dell/csi-powerstore/v2/pkg/controller
|
golangci-lint:
pkg/controller/replication.go#L340
cannot use "" (untyped string constant) as *gopowerstore.FailoverParams value in variable declaration) (typecheck)
|
golangci-lint:
pkg/identity/identity_test.go#L28
dot-imports: should not use dot imports (revive)
|
golangci-lint:
pkg/identity/identity_test.go#L30
dot-imports: should not use dot imports (revive)
|