name fixing in app actions #1527
Annotations
10 errors and 2 warnings
tests:
client/calm/calm_structs.go#L56
struct field `ApiVersion` should be `APIVersion` (golint)
|
tests:
nutanix/data_nutanix_calm_app.go#L252
don't use underscores in Go names; var `app_state` should be `appState` (golint)
|
tests:
nutanix/data_nutanix_calm_app.go#L291
don't use underscores in Go names; var `app_profile` should be `appProfile` (golint)
|
tests:
nutanix/data_nutanix_calm_app.go#L294
don't use underscores in Go names; var `bp_reference` should be `bpReference` (golint)
|
tests:
nutanix/data_nutanix_calm_app.go#L304
don't use underscores in Go names; var `created_on` should be `createdOn` (golint)
|
tests:
nutanix/data_nutanix_calm_app.go#L307
don't use underscores in Go names; var `last_updated_on` should be `lastUpdatedOn` (golint)
|
tests:
nutanix/data_nutanix_calm_runtime_editables.go#L117
don't use underscores in Go names; var `bp_uuid` should be `bpUUID` (golint)
|
tests:
nutanix/data_nutanix_calm_runtime_editables.go#L119
don't use underscores in Go names; var `bp_name` should be `bpName` (golint)
|
tests:
nutanix/resource_nutanix_calm_app_provision.go#L309
don't use underscores in Go names; var `bp_uuid` should be `bpUUID` (golint)
|
tests:
nutanix/resource_nutanix_calm_app_provision.go#L311
don't use underscores in Go names; var `bp_name` should be `bpName` (golint)
|
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|