Bump the golang group across 1 directory with 23 updates #29
common-workflows.yaml
on: pull_request
Golang Validation
/
Lint golang code
1m 19s
Golang Validation
/
Yaml Lint
5s
Quality Checks
/
Unit tests and package coverage
1m 30s
Quality Checks
/
GoSec
1m 23s
Quality Checks
/
Go Formatter and Vetter
1m 28s
Quality Checks
/
Malware Scan
45s
Annotations
10 errors and 10 warnings
Golang Validation / Lint golang code:
cmd/csi-powerstore/main.go#L31
could not import github.com/dell/csi-powerstore/v2/pkg/interceptors (-: # github.com/dell/csi-powerstore/v2/pkg/interceptors
|
Golang Validation / Lint golang code:
pkg/interceptors/interceptors.go#L152
cannot use retrieverAddress (variable of type string) as "context".Context value in argument to connection.Connect: string does not implement "context".Context (missing method Deadline)
|
Golang Validation / Lint golang code:
pkg/interceptors/interceptors.go#L152
cannot use metricsManager (variable of type "github.com/kubernetes-csi/csi-lib-utils/metrics".CSIMetricsManager) as string value in argument to connection.Connect
|
Golang Validation / Lint golang code:
pkg/interceptors/interceptors.go#L152
cannot use connection.OnConnectionLoss(connection.ExitOnConnectionLoss()) (value of type connection.Option) as "github.com/kubernetes-csi/csi-lib-utils/metrics".CSIMetricsManager value in argument to connection.Connect: connection.Option does not implement "github.com/kubernetes-csi/csi-lib-utils/metrics".CSIMetricsManager (missing method GetRegistry)) (typecheck)
|
Golang Validation / Lint golang code:
cmd/csi-powerstore/main.go#L31
could not import github.com/dell/csi-powerstore/v2/pkg/interceptors (-: # github.com/dell/csi-powerstore/v2/pkg/interceptors
|
Golang Validation / Lint golang code:
pkg/interceptors/interceptors.go#L152
cannot use retrieverAddress (variable of type string) as "context".Context value in argument to connection.Connect: string does not implement "context".Context (missing method Deadline)
|
Golang Validation / Lint golang code:
pkg/interceptors/interceptors.go#L152
cannot use metricsManager (variable of type "github.com/kubernetes-csi/csi-lib-utils/metrics".CSIMetricsManager) as string value in argument to connection.Connect
|
Golang Validation / Lint golang code:
pkg/interceptors/interceptors.go#L152
cannot use connection.OnConnectionLoss(connection.ExitOnConnectionLoss()) (value of type connection.Option) as "github.com/kubernetes-csi/csi-lib-utils/metrics".CSIMetricsManager value in argument to connection.Connect: connection.Option does not implement "github.com/kubernetes-csi/csi-lib-utils/metrics".CSIMetricsManager (missing method GetRegistry)) (typecheck)
|
Golang Validation / Lint golang code:
cmd/csi-powerstore/main.go#L31
could not import github.com/dell/csi-powerstore/v2/pkg/interceptors (-: # github.com/dell/csi-powerstore/v2/pkg/interceptors
|
Golang Validation / Lint golang code:
pkg/interceptors/interceptors.go#L152
cannot use retrieverAddress (variable of type string) as "context".Context value in argument to connection.Connect: string does not implement "context".Context (missing method Deadline)
|
Golang Validation / Yaml Lint:
tests/e2e/driver/resources/sc.yaml#L18
18:21 [comments] too few spaces before comment
|
Golang Validation / Yaml Lint:
tests/e2e/driver/resources/sc.yaml#L21
21:58 [comments] too few spaces before comment
|
Golang Validation / Yaml Lint:
tests/e2e/k8s/e2e-values.yaml#L29
29:41 [comments] too few spaces before comment
|
Golang Validation / Yaml Lint:
tests/e2e/k8s/e2e-values.yaml#L32
32:35 [comments] too few spaces before comment
|
Golang Validation / Yaml Lint:
tests/e2e/k8s/e2e-values.yaml#L34
34:25 [comments] too few spaces before comment
|
Golang Validation / Yaml Lint:
tests/sanity/helm/secret.yaml#L22
22:5 [comments-indentation] comment not indented like content
|
Golang Validation / Yaml Lint:
tests/sanity/helm/secret.yaml#L87
87:3 [comments-indentation] comment not indented like content
|
Golang Validation / Yaml Lint:
tests/sanity/helm/secret.yaml#L88
88:4 [comments] missing starting space in comment
|
Golang Validation / Yaml Lint:
.github/workflows/go-version.yaml#L12
12:1 [truthy] truthy value should be one of [false, true]
|
Golang Validation / Yaml Lint:
samples/volumesnapshotclass/snapclass.yaml#L21
21:38 [comments] too few spaces before comment
|