Bump the golang group across 1 directory with 19 updates #8
common-workflows.yaml
on: pull_request
Golang Validation
/
Lint golang code
1m 15s
Golang Validation
/
Yaml Lint
7s
Quality Checks
/
Unit tests and package coverage
1m 39s
Quality Checks
/
GoSec
1m 35s
Quality Checks
/
Go Formatter and Vetter
1m 32s
Quality Checks
/
Malware Scan
46s
Annotations
20 errors and 10 warnings
Golang Validation / Yaml Lint:
.mockery.yaml#L21
21:29 [new-line-at-end-of-file] no new line character at the end of file
|
Golang Validation / Yaml Lint:
tests/e2e/driver/resources/deployment.yaml#L25
25:3 [indentation] wrong indentation: expected 4 but found 2
|
Golang Validation / Yaml Lint:
tests/e2e/driver/resources/deployment.yaml#L35
35:5 [indentation] wrong indentation: expected 2 but found 4
|
Golang Validation / Yaml Lint:
tests/e2e/driver/resources/deployment.yaml#L41
41:5 [indentation] wrong indentation: expected 2 but found 4
|
Golang Validation / Yaml Lint:
tests/e2e/driver/resources/deployment.yaml#L44
44:5 [indentation] wrong indentation: expected 2 but found 4
|
Golang Validation / Yaml Lint:
tests/e2e/driver/resources/deployment.yaml#L46
46:9 [indentation] wrong indentation: expected 6 but found 8
|
Golang Validation / Yaml Lint:
tests/e2e/k8s/e2e-values.yaml#L17
17:17 [colons] too many spaces before colon
|
Golang Validation / Yaml Lint:
tests/e2e/k8s/e2e-values.yaml#L18
18:18 [colons] too many spaces before colon
|
Golang Validation / Yaml Lint:
tests/e2e/k8s/e2e-values.yaml#L20
20:16 [colons] too many spaces before colon
|
Golang Validation / Yaml Lint:
tests/e2e/k8s/e2e-values.yaml#L21
21:17 [colons] too many spaces before colon
|
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:
.mockery.yaml#L17
17:8 [truthy] truthy value should be one of [false, true]
|
Golang Validation / Yaml Lint:
.mockery.yaml#L18
18:6 [truthy] truthy value should be one of [false, true]
|
Golang Validation / Yaml Lint:
.mockery.yaml#L19
19:12 [truthy] truthy value should be one of [false, true]
|
Golang Validation / Yaml Lint:
.mockery.yaml#L21
21:25 [truthy] truthy value should be one of [false, true]
|
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/sanity/helm/secret.yaml#L22
22:5 [comments-indentation] comment not indented like content
|
Golang Validation / Yaml Lint:
tests/sanity/helm/secret.yaml#L72
72:5 [comments-indentation] comment not indented like content
|