Remove feature flag for create (#7609) #24095
Annotations
10 errors and 10 warnings
lint:
pkg/retrier/retrier.go#L85
increment-decrement: should replace retries += 1 with retries++ (revive)
|
lint:
pkg/retrier/retrier.go#L10
exported: exported type Retrier should have comment or be unexported (revive)
|
lint:
pkg/retrier/retrier.go#L20
exported: exported type RetrierOpt should have comment or be unexported (revive)
|
lint:
pkg/retrier/retrier.go#L56
exported: exported function WithBackoffFactor should have comment or be unexported (revive)
|
lint:
pkg/retrier/retrier.go#L62
exported: exported function WithRetryPolicy should have comment or be unexported (revive)
|
lint:
pkg/semver/semver.go#L14
exported: exported type Version should have comment or be unexported (revive)
|
lint:
pkg/semver/semver.go#L19
exported: exported function New should have comment or be unexported (revive)
|
lint:
pkg/semver/semver.go#L52
exported: exported method Version.SameMajor should have comment or be unexported (revive)
|
lint:
pkg/semver/semver.go#L56
exported: exported method Version.SameMinor should have comment or be unexported (revive)
|
lint:
pkg/semver/semver.go#L60
exported: exported method Version.SamePatch 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)
|
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/catalogue_secret.go#L55
exported: exported const SecretNameIndex should have comment or be unexported (revive)
|