Remove kindless upgrade feature flag for all the providers (#6879) #20969
Annotations
10 errors and 10 warnings
lint:
pkg/helm/download.go#L13
exported: exported type Client should have comment or be unexported (revive)
|
lint:
pkg/helm/download.go#L19
exported: exported type ChartRegistryDownloader should have comment or be unexported (revive)
|
lint:
pkg/helm/download.go#L24
exported: exported function NewChartRegistryDownloader should have comment or be unexported (revive)
|
lint:
pkg/helm/file.go#L8
exported: exported function ChartFileName should have comment or be unexported (revive)
|
lint:
pkg/helm/import.go#L12
exported: exported type ChartRegistryImporter should have comment or be unexported (revive)
|
lint:
pkg/helm/download.go#L31
exported: exported method ChartRegistryDownloader.Download should have comment or be unexported (revive)
|
lint:
pkg/helm/import.go#L19
exported: exported function NewChartRegistryImporter should have comment or be unexported (revive)
|
lint:
pkg/helm/import.go#L29
exported: exported method ChartRegistryImporter.Import should have comment or be unexported (revive)
|
lint:
pkg/types/docker.go#L3
exported: exported type DockerCredentials should have comment or be unexported (revive)
|
lint:
pkg/types/lookup.go#L3
exported: exported type Lookup should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L10
exported: exported function FeedGates should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L14
exported: exported type Feature should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L19
exported: exported function IsActive should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L28
exported: exported function CloudStackKubeVipDisabled should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L35
exported: exported function CheckpointEnabled should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L42
exported: exported function UseNewWorkflows 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/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)
|