✨ feat: custom lifecyclehooks for machinepools #45
Annotations
9 errors
golangci-lint:
exp/controllers/awsmachinepool_controller.go#L421
declaration has 3 blank identifiers (dogsled)
|
golangci-lint:
pkg/cloud/services/s3/s3.go#L540
appendCombine: can combine chain of 2 appends into one (gocritic)
|
golangci-lint:
pkg/cloud/services/ec2/launchtemplate_test.go#L88
appendCombine: can combine chain of 2 appends into one (gocritic)
|
golangci-lint:
pkg/cloud/services/autoscaling/lifecyclehook_test.go#L126
G601: Implicit memory aliasing in for loop. (gosec)
|
golangci-lint:
pkg/cloud/services/s3/s3.go#L222
exported: exported method Service.CreateForMachinePool should have comment or be unexported (revive)
|
golangci-lint:
pkg/cloud/services/s3/s3.go#L339
exported: exported method Service.DeleteForMachinePool should have comment or be unexported (revive)
|
golangci-lint:
pkg/cloud/services/autoscaling/autoscalinggroup_test.go#L1183
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
exp/controllers/awsmanagedmachinepool_controller.go#L224
var-declaration: should drop = nil from declaration of var objectStoreSvc; it is the zero value (revive)
|
golangci-lint
issues found
|
Loading