mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Merge pull request #13204 from soltysh/make_verify
Added make verify to simplify running presubmit checks
This commit is contained in:
commit
fd5548e4e5
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