Continuous Integration #842
ci.yml
on: schedule
golang-check
4m 26s
container-check
1m 38s
project-check
35s
oadp-compatibility-check
1m 37s
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)
|