Commit 5b3ae7a0 authored by Maciej Szulik's avatar Maciej Szulik

Added make verify to simplify running presubmit checks

parent b87077c2
......@@ -32,6 +32,23 @@ all:
hack/build-go.sh $(WHAT)
.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.
#
# Args:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment