Use writable snapshot when cloning from PVC or snapshot #188
common-workflows.yaml
on: pull_request
Golang Validation
/
Lint golang code
1m 31s
Golang Validation
/
Yaml Lint
8s
Quality Checks
/
Unit tests and package coverage
4m 10s
Quality Checks
/
GoSec
1m 43s
Quality Checks
/
Go Formatter and Vetter
1m 52s
Quality Checks
/
Malware Scan
56s
Quality Checks
/
...
/
dependabot
0s
Annotations
6 errors
Golang Validation / Lint golang code:
service/controller.go#L792
unused-parameter: parameter 'accessZone' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
service/isiService.go#L994
var-naming: method GetWritableSnapshotsBySourceId should be GetWritableSnapshotsBySourceID (revive)
|
Golang Validation / Lint golang code:
test/integration/step_defs_test.go#L593
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
|
Golang Validation / Lint golang code:
test/integration/step_defs_test.go#L600
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
|
Golang Validation / Lint golang code:
test/integration/step_defs_test.go#L607
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
|
Golang Validation / Lint golang code
issues found
|