Skip to content

Fixed project for endpoint to default project (#741) #1961

Fixed project for endpoint to default project (#741)

Fixed project for endpoint to default project (#741) #1961

Triggered via push January 30, 2025 08:00
Status Failure
Total duration 1m 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests: nutanix/services/selfservice/data_nutanix_calm_runtime_editables.go#L197
unnecessary conversion (unconvert)
tests: nutanix/services/selfservice/resource_nutanix_calm_app_recovery_point.go#L71
ineffectual assignment to `err` (ineffassign)
tests: client/calm/calm_service.go#L310
captLocal: `RbUUID' should not be capitalized (gocritic)
tests: nutanix/services/selfservice/data_nutanix_calm_runtime_editables.go#L185
Consider preallocating `runtimeSpec` (prealloc)
tests: nutanix/services/selfservice/resource_nutanix_calm_runbook_execute.go#L212
Consider preallocating `outputVariables` (prealloc)
tests: nutanix/services/selfservice/resource_nutanix_selfservice_runbook.go#L188
Consider preallocating `childTaskRefList` (prealloc)
tests: nutanix/services/selfservice/data_nutanix_calm_snapshot_policy.go#L165
`refernce` is a misspelling of `references` (misspell)
tests: client/calm/calm_service.go#L171
method PerformActionUuid should be PerformActionUUID (golint)
tests: client/calm/calm_structs.go#L58
struct field `ApiVersion` should be `APIVersion` (golint)
tests: nutanix/services/selfservice/data_nutanix_calm_app.go#L253
don't use underscores in Go names; var `app_state` should be `appState` (golint)