Delete yaml parsing code from api package (#6677) #20194
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 10 warnings
lint:
pkg/manifests/bundles/read.go#L14
exported: exported type Reader should have comment or be unexported (revive)
|
lint:
pkg/manifests/bundles/read.go#L18
exported: exported function Read should have comment or be unexported (revive)
|
lint:
pkg/manifests/bundles/read.go#L33
exported: exported function ReadEKSD should have comment or be unexported (revive)
|
lint:
pkg/manifests/bundles/versions_bundle.go#L7
exported: exported function VersionsBundleForKubernetesVersion should have comment or be unexported (revive)
|
lint:
pkg/manifests/bundles/charts.go#L5
exported: exported function Charts should have comment or be unexported (revive)
|
lint:
pkg/git/gitclient/gitclient_test.go#L49
var-naming: var repoUrl should be repoURL (revive)
|
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/walker.go#L22
exported: exported method FolderWalker.Walk 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/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/providers/tinkerbell/hardware/catalogue_secret.go#L53
exported: exported const SecretNameIndex should have comment or be unexported (revive)
|
lint:
pkg/providers/tinkerbell/hardware/machine.go#L60
exported: comment on exported const LabelsSeparator should be of the form "LabelsSeparator ..." (revive)
|