Update ubuntu version #52
pr-check.yaml
on: pull_request
Lint
1m 29s
Test & Build
1m 21s
Annotations
11 errors and 2 warnings
|
Test & Build
Process completed with exit code 2.
|
|
Lint:
pkg/cloud/vms.go#L32
return with no blank line before (nlreturn)
|
|
Lint:
pkg/cloud/snapshots.go#L119
return with no blank line before (nlreturn)
|
|
Lint:
pkg/cloud/snapshots.go#L71
return with no blank line before (nlreturn)
|
|
Lint:
pkg/cloud/cloud.go#L13
the interface has more than 10 methods: 15 (interfacebloat)
|
|
Lint:
pkg/driver/controller.go#L385
File is not properly formatted (gofumpt)
|
|
Lint:
pkg/driver/controller.go#L729
File is not properly formatted (gofmt)
|
|
Lint:
pkg/cloud/fake/fake.go#L173
unused-parameter: parameter 'snapshotID' seems to be unused, consider removing or renaming it as _ (revive)
|
|
Lint:
pkg/cloud/fake/fake.go#L169
unused-parameter: parameter 'volumeID' seems to be unused, consider removing or renaming it as _ (revive)
|
|
Lint:
pkg/cloud/fake/fake.go#L165
unused-parameter: parameter 'snapshotID' seems to be unused, consider removing or renaming it as _ (revive)
|
|
Lint:
pkg/cloud/fake/fake.go#L152
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
|
Test & Build
Restore cache failed: Dependencies file is not found in /home/runner/work/cloudstack-csi-driver/cloudstack-csi-driver. Supported file pattern: go.sum
|
|
Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/cloudstack-csi-driver/cloudstack-csi-driver. Supported file pattern: go.sum
|