Skip to content

Prevent bare metal machine config references from changing to existin… #20187

Prevent bare metal machine config references from changing to existin…

Prevent bare metal machine config references from changing to existin… #20187

Triggered via push September 13, 2023 22:28
Status Failure
Total duration 2m 16s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pkg/tar/walker.go#L11
exported: exported function NewFolderWalker should have comment or be unexported (revive)
lint: pkg/tar/walker.go#L18
exported: exported type FolderWalker should have comment or be unexported (revive)
lint: pkg/tar/gzip.go#L9
exported: exported function GzipTarFolder should have comment or be unexported (revive)
lint: pkg/tar/gzip_packager.go#L3
exported: exported type GzipPackager should have comment or be unexported (revive)
lint: pkg/tar/packager.go#L3
exported: exported type Packager should have comment or be unexported (revive)
lint: pkg/tar/router.go#L15
exported: exported type FolderRouter should have comment or be unexported (revive)
lint: pkg/tar/tar.go#L10
exported: exported function TarFolder should have comment or be unexported (revive)
lint: pkg/tar/untar.go#L9
exported: exported function UntarFile should have comment or be unexported (revive)
lint: pkg/tar/gzip.go#L25
exported: exported function UnGzipTarFile should have comment or be unexported (revive)
lint: pkg/tar/walker.go#L22
exported: exported method FolderWalker.Walk 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/object_meta.go#L3
exported: comment on exported type ObjectMeta should be of the form "ObjectMeta ..." (with optional leading article) (revive)
lint: pkg/api/v1alpha1/oidcconfig_types.go#L34
exported: exported method OIDCConfigSpec.Equal should have comment or be unexported (revive)