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:
5
Makefile
5
Makefile
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user