Skip to content

Commit

Permalink
Added make verify to simplify running presubmit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Aug 26, 2015
1 parent b87077c commit 5b3ae7a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5b3ae7a

Please sign in to comment.