1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

add verify scripts for conversions gen

Signed-off-by: Pravar Agrawal <pravaag1@in.ibm.com>
This commit is contained in:
Pravar Agrawal
2021-02-24 12:49:24 +05:30
parent 6edb644f2e
commit a9099efc45
2 changed files with 40 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ push-all: image.amd64 image.arm image.arm64
clean:
rm -rf _output
verify: verify-gofmt verify-vendor lint lint-chart verify-spelling verify-toc
verify: verify-gofmt verify-vendor lint lint-chart verify-spelling verify-toc verify-gen
verify-spelling:
./hack/verify-spelling.sh
@@ -120,6 +120,9 @@ gen:
./hack/update-generated-defaulters.sh
./hack/update-toc.sh
verify-gen:
./hack/verify-conversions.sh
lint:
ifndef HAS_GOLANGCI
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ./_output/bin ${GOLANGCI_VERSION}