Skip to content

Update cloud-init for proxmox-api-go #339 #646

Update cloud-init for proxmox-api-go #339

Update cloud-init for proxmox-api-go #339 #646

Triggered via pull request June 23, 2024 13:28
Status Success
Total duration 1m 49s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
audit: proxmox/converters.go#L14
don't use underscores in Go names; func convert_KibibytesToString should be convertKibibytesToString
audit: proxmox/converters.go#L28
don't use underscores in Go names; func convert_SizeStringToKibibytes_Unsafe should be convertSizeStringToKibibytesUnsafe
audit: proxmox/converters.go#L46
don't use underscores in Go names; func parseSize_Unsafe should be parseSizeUnsafe
audit: proxmox/data_ha_group.go#L10
exported function DataHAGroup should have comment or be unexported
audit: proxmox/heper_qemu.go#L11
exported const ErrorGuestAgentNotRunning should have comment (or a comment on this block) or be unexported
audit: proxmox/provider.go#L273
don't use underscores in Go names; func parameter pm_api_url should be pmAPIURL
audit: proxmox/provider.go#L274
don't use underscores in Go names; func parameter pm_user should be pmUser
audit: proxmox/provider.go#L275
don't use underscores in Go names; func parameter pm_password should be pmPassword
audit: proxmox/provider.go#L276
don't use underscores in Go names; func parameter pm_api_token_id should be pmAPITokenID
audit: proxmox/provider.go#L277
don't use underscores in Go names; func parameter pm_api_token_secret should be pmAPITokenSecret