mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Added make verify to simplify running presubmit checks
This commit is contained in:
parent
b87077c270
commit
5b3ae7a0fb
17
Makefile
17
Makefile
@ -32,6 +32,23 @@ all:
|
|||||||
hack/build-go.sh $(WHAT)
|
hack/build-go.sh $(WHAT)
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
|
# Runs all the presubmission verifications.
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
# make verify
|
||||||
|
verify:
|
||||||
|
hack/verify-gofmt.sh
|
||||||
|
hack/verify-boilerplate.sh
|
||||||
|
hack/verify-description.sh
|
||||||
|
hack/verify-generated-conversions.sh
|
||||||
|
hack/verify-generated-deep-copies.sh
|
||||||
|
hack/verify-generated-docs.sh
|
||||||
|
hack/verify-swagger-spec.sh
|
||||||
|
hack/verify-linkcheck.sh
|
||||||
|
hack/verify-flags-underscore.py
|
||||||
|
hack/verify-godeps.sh
|
||||||
|
.PHONY: verify
|
||||||
|
|
||||||
# Build and run tests.
|
# Build and run tests.
|
||||||
#
|
#
|
||||||
# Args:
|
# Args:
|
||||||
|
Loading…
Reference in New Issue
Block a user