Skip to content

[PR BOT] Generate release testdata files (#7951) #24617

[PR BOT] Generate release testdata files (#7951)

[PR BOT] Generate release testdata files (#7951) #24617

Triggered via push April 9, 2024 22:05
Status Failure
Total duration 1m 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pkg/git/gogithub/gogithub_test.go#L14
dot-imports: should not use dot imports (revive)
lint: pkg/git/gogithub/gogithub_test.go#L82
unused-parameter: parameter 'arg0' seems to be unused, consider removing or renaming it as _ (revive)
lint: release/api/v1alpha1/release_types.go#L85
var-naming: struct field BundleManifestUrl should be BundleManifestURL (revive)
lint: release/api/v1alpha1/release_types.go#L96
exported: exported type BinaryBundle should have comment or be unexported (revive)
lint: release/api/v1alpha1/release_types.go#L106
exported: exported type PlatformBundle should have comment or be unexported (revive)
lint: release/api/v1alpha1/artifact_types.go#L19
exported: exported type Image should have comment or be unexported (revive)
lint: release/api/v1alpha1/artifacts.go#L17
exported: exported method VersionsBundle.Manifests should have comment or be unexported (revive)
lint: release/api/v1alpha1/bundle_types.go#L104
var-naming: struct field EksDReleaseUrl should be EksDReleaseURL (revive)
lint: release/api/v1alpha1/eksarelease.go#L11
exported: comment on exported function GenerateEKSAReleaseName should be of the form "GenerateEKSAReleaseName ..." (revive)
lint: release/api/v1alpha1/artifact_types.go#L45
exported: exported method Image.VersionedImage should have comment or be unexported (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/git/providers/github/github.go#L165
exported: exported function RepoUrl should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L22
var-naming: const githubUrlTemplate should be githubURLTemplate (revive)
lint: pkg/api/v1alpha1/cloudstackmachineconfig_types.go#L140
error-return: error should be the last type when returning multiple items (revive)
lint: pkg/api/v1alpha1/tinkerbelldatacenterconfig_types.go#L50
receiver-naming: receiver name v should be consistent with previous receiver name t for TinkerbellDatacenterConfig (revive)