Skip to content

Commit ece653a

Browse files
committed
Add tidy as part of make generate
1 parent 9605459 commit ece653a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ help: ## Display this help.
9898
##@ Development
9999

100100
.PHONY: generate
101-
generate: controller-gen code-generator ## Generate WebhookConfiguration, ClusterRole, CustomResourceDefinition objects, code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
101+
generate: controller-gen code-generator tidy ## Generate WebhookConfiguration, ClusterRole, CustomResourceDefinition objects, code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
102102
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate/boilerplate.generatego.txt" paths="./..."
103103
$(CONTROLLER_GEN) crd output:dir="./config/crd/bases" paths="./..."
104104
./hack/update-codegen.sh

0 commit comments

Comments
 (0)