Fix latest minor version issue in cilium skip install docker upgrade β¦ #20985
Annotations
10 errors and 10 warnings
pkg/retrier/retrier_test.go#L190
var-declaration: should drop = nil from declaration of var retrier; it is the zero value (revive)
|
pkg/retrier/retrier_test.go#L19
increment-decrement: should replace gotRetries += 1 with gotRetries++ (revive)
|
pkg/retrier/retrier_test.go#L39
increment-decrement: should replace gotRetries += 1 with gotRetries++ (revive)
|
pkg/retrier/retrier_test.go#L72
increment-decrement: should replace gotRetries += 1 with gotRetries++ (revive)
|
pkg/retrier/retrier_test.go#L95
increment-decrement: should replace gotRetries += 1 with gotRetries++ (revive)
|
pkg/retrier/retrier_test.go#L118
increment-decrement: should replace gotRetries += 1 with gotRetries++ (revive)
|
pkg/retrier/retrier_test.go#L145
increment-decrement: should replace gotRetries += 1 with gotRetries++ (revive)
|
pkg/retrier/retrier_test.go#L175
increment-decrement: should replace gotRetries += 1 with gotRetries++ (revive)
|
pkg/retrier/retrier.go#L10
exported: exported type Retrier should have comment or be unexported (revive)
|
pkg/retrier/retrier.go#L20
exported: exported type RetrierOpt should have comment or be unexported (revive)
|
pkg/features/features.go#L10
exported: exported function FeedGates should have comment or be unexported (revive)
|
pkg/features/features.go#L14
exported: exported type Feature should have comment or be unexported (revive)
|
pkg/features/features.go#L19
exported: exported function IsActive should have comment or be unexported (revive)
|
pkg/features/features.go#L28
exported: exported function CloudStackKubeVipDisabled should have comment or be unexported (revive)
|
pkg/features/features.go#L35
exported: exported function CheckpointEnabled should have comment or be unexported (revive)
|
pkg/features/features.go#L42
exported: exported function UseNewWorkflows should have comment or be unexported (revive)
|
pkg/git/providers/github/github.go#L22
var-naming: const githubUrlTemplate should be githubURLTemplate (revive)
|
pkg/git/providers/github/github.go#L165
var-naming: func RepoUrl should be RepoURL (revive)
|
pkg/git/providers/github/github.go#L52
unexported-return: exported func New returns unexported type *github.githubProvider, which can be annoying to use (revive)
|
pkg/git/providers/github/github.go#L19
exported: exported const GitProviderName should have comment (or a comment on this block) or be unexported (revive)
|
The logs for this run have expired and are no longer available.
Loading