mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Add hack scripts and makefile targets
This commit is contained in:
6
Makefile
6
Makefile
@@ -88,7 +88,7 @@ push-all: image.amd64 image.arm64
|
||||
clean:
|
||||
rm -rf _output
|
||||
|
||||
verify: verify-gofmt verify-vendor lint lint-chart verify-spelling
|
||||
verify: verify-gofmt verify-vendor lint lint-chart verify-spelling verify-toc
|
||||
|
||||
verify-spelling:
|
||||
./hack/verify-spelling.sh
|
||||
@@ -99,6 +99,9 @@ verify-gofmt:
|
||||
verify-vendor:
|
||||
./hack/verify-vendor.sh
|
||||
|
||||
verify-toc:
|
||||
./hack/verify-toc.sh
|
||||
|
||||
test-unit:
|
||||
./test/run-unit-tests.sh
|
||||
|
||||
@@ -109,6 +112,7 @@ gen:
|
||||
./hack/update-generated-conversions.sh
|
||||
./hack/update-generated-deep-copies.sh
|
||||
./hack/update-generated-defaulters.sh
|
||||
./hack/update-toc.sh
|
||||
|
||||
lint:
|
||||
ifndef HAS_GOLANGCI
|
||||
|
||||
Reference in New Issue
Block a user