[PR BOT] Generate release testdata files (#6776) #20606
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/networkutils/networkutils.go#L12
exported: exported function IsPortValid should have comment or be unexported (revive)
|
lint:
pkg/networkutils/networkutils.go#L17
exported: exported function ValidateIP should have comment or be unexported (revive)
|
lint:
pkg/networkutils/ipgenerator.go#L10
exported: exported type IPGenerator should have comment or be unexported (revive)
|
lint:
pkg/networkutils/ippool.go#L10
exported: exported type IPPool should have comment or be unexported (revive)
|
lint:
pkg/networkutils/netclient.go#L8
exported: exported type NetClient should have comment or be unexported (revive)
|
lint:
pkg/networkutils/ipgenerator.go#L15
exported: exported function NewIPGenerator should have comment or be unexported (revive)
|
lint:
pkg/networkutils/networkutils.go#L46
exported: exported function IsPortInUse should have comment or be unexported (revive)
|
lint:
pkg/networkutils/netclient.go#L12
exported: exported type DefaultNetClient should have comment or be unexported (revive)
|
lint:
pkg/networkutils/ippool.go#L12
exported: exported function NewIPPool should have comment or be unexported (revive)
|
lint:
pkg/networkutils/networkutils.go#L57
exported: exported function GetLocalIP should have comment or be unexported (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#L52
exported: exported function New should have comment or be unexported (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/cluster_types.go#L197
receiver-naming: receiver name n should be consistent with previous receiver name c for Cluster (revive)
|
lint:
pkg/api/v1alpha1/cluster_types.go#L201
receiver-naming: receiver name n should be consistent with previous receiver name c for Cluster (revive)
|