Skip to content

✨feat(awsmachinepool): custom lifecyclehooks for machinepools #799

✨feat(awsmachinepool): custom lifecyclehooks for machinepools

✨feat(awsmachinepool): custom lifecyclehooks for machinepools #799

Re-run triggered July 15, 2024 15:56
Status Failure
Total duration 5m 9s
Artifacts

pr-golangci-lint.yaml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: pkg/cloud/services/ec2/lifecyclehook.go#L31
G601: Implicit memory aliasing in for loop. (gosec)
lint: exp/api/v1beta2/types.go#L257
exported: exported type LifecycleTransition should have comment or be unexported (revive)
lint: exp/api/v1beta2/types.go#L260
exported: exported const LifecycleTransitionInstanceLaunch should have comment (or a comment on this block) or be unexported (revive)
lint: exp/api/v1beta2/types.go#L268
exported: exported type DefaultResult should have comment or be unexported (revive)
lint: exp/api/v1beta2/types.go#L271
exported: exported const DefaultResultContinue should have comment (or a comment on this block) or be unexported (revive)
lint: pkg/cloud/scope/lifecyclehook.go#L29
exported: comment on exported type LifecycleHookScope should be of the form "LifecycleHookScope ..." (with optional leading article) (revive)
lint: pkg/cloud/scope/lifecyclehook.go#L41
exported: exported type LifecycleHookScopeParams should have comment or be unexported (revive)
lint: pkg/cloud/scope/lifecyclehook.go#L92
exported: exported method LifecycleHookScope.GetASGName should have comment or be unexported (revive)
lint: pkg/cloud/scope/lifecyclehook.go#L96
exported: exported method LifecycleHookScope.GetLifecycleHooks should have comment or be unexported (revive)
lint: pkg/cloud/scope/lifecyclehook.go#L100
exported: exported method LifecycleHookScope.GetMachinePool should have comment or be unexported (revive)