Skip to content

Nutanix ensure VMs cleaned up before and after tests (#7955) #24624

Nutanix ensure VMs cleaned up before and after tests (#7955)

Nutanix ensure VMs cleaned up before and after tests (#7955) #24624

Triggered via push April 10, 2024 17:18
Status Failure
Total duration 1m 19s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pkg/logger/init.go#L18
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/eksctl/eksctl.go#L8
exported: exported const VersionEnvVar should have comment or be unexported (revive)
lint: pkg/eksctl/eksctl.go#L12
exported: exported function Enabled should have comment or be unexported (revive)
lint: pkg/eksctl/eksctl.go#L16
exported: exported function ValidateVersion should have comment or be unexported (revive)
lint: pkg/workflow/workflow.go#L113
exported: comment on exported method Workflow.BindPostTaskHook should be of the form "BindPostTaskHook ..." (revive)
lint: pkg/yamlutil/parser.go#L97
receiver-naming: receiver name p should be consistent with previous receiver name c for Parser (revive)
lint: pkg/yamlutil/parser.go#L103
receiver-naming: receiver name p should be consistent with previous receiver name c for Parser (revive)
lint: pkg/yamlutil/parser.go#L125
receiver-naming: receiver name p should be consistent with previous receiver name c for Parser (revive)
lint: pkg/yamlutil/apiobject.go#L28
exported: exported function NewObjectLookupBuilder should have comment or be unexported (revive)
lint: pkg/yamlutil/parser.go#L174
receiver-naming: receiver name p should be consistent with previous receiver name c for Parser (revive)
lint: pkg/git/providers/github/github.go#L22
var-naming: const githubUrlTemplate should be githubURLTemplate (revive)
lint: pkg/git/providers/github/github.go#L165
var-naming: func RepoUrl should be RepoURL (revive)
lint: pkg/git/providers/github/github.go#L52
unexported-return: exported func New returns unexported type *github.githubProvider, which can be annoying to use (revive)
lint: pkg/git/providers/github/github.go#L19
exported: exported const GitProviderName should have comment (or a comment on this block) or be unexported (revive)
lint: pkg/git/providers/github/github.go#L33
exported: exported type Options should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L40
exported: type name will be used as github.GithubClient by other packages, and that stutters; consider calling this Client (revive)
lint: pkg/git/providers/github/github.go#L133
exported: exported function GetGithubAccessTokenFromEnv should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L157
exported: exported type GitProviderNotFoundError should have comment or be unexported (revive)
lint: pkg/clients/kubernetes/kubeconfig.go#L14
exported: exported function NewKubeconfigClient should have comment or be unexported (revive)
lint: pkg/providers/tinkerbell/hardware/machine.go#L129
exported: comment on exported const LabelsSeparator should be of the form "LabelsSeparator ..." (revive)