1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 14:41:10 +01:00

Fix makefile for make gen, and Update hack files and

auto-generated files.
This commit is contained in:
Avesh Agarwal
2020-02-07 16:17:20 -05:00
parent 15a971494e
commit 8dc7b475d9
12 changed files with 13 additions and 12 deletions

View File

@@ -69,10 +69,11 @@ test-e2e:
./test/run-e2e-tests.sh
gen:
./hack/update-codecgen.sh
./hack/update-generated-conversions.sh
./hack/update-generated-deep-copies.sh
./hack/update-generated-defaulters.sh
#undo go mod changes caused by above.
go mod tidy
lint:
ifndef HAS_GOLANGCI
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin ${GOLANGCI_VERSION}