Update master to oadp-dev references #835
ci.yml
on: pull_request
golang-check
4m 18s
container-check
1m 38s
project-check
38s
oadp-compatibility-check
1m 34s
Annotations
8 errors
|
oadp-compatibility-check
Process completed with exit code 1.
|
|
oadp-compatibility-check
run 'make update-velero-manifests' in Non Admin Controller (NAC) repository to update Velero manifests
|
|
golang-check
issues found
|
|
golang-check:
internal/controller/nonadminbackupstoragelocation_controller.go#L707
early-return: if c { ... } else { ... return } can be simplified to if !c { ... return } ... (revive)
|
|
|
|
golang-check:
internal/controller/nonadminbackupstoragelocation_controller.go#L715
Error return value is not checked (errcheck)
|
|
golang-check:
internal/controller/nonadminbackupstoragelocation_controller.go#L646
Error return value is not checked (errcheck)
|
|
golang-check:
internal/controller/nonadminbackupstoragelocation_controller.go#L128
Error return value is not checked (errcheck)
|