Skip to content

Commit

Permalink
Add "validate" Makefile target
Browse files Browse the repository at this point in the history
This was supposed to be part of my previous PR, but somehow got missed.

Docker-DCO-1.1-Signed-off-by: Andrew Page <[email protected]> (github: tianon)
  • Loading branch information
tianon committed Apr 17, 2014
1 parent 925dfdb commit 7de1557
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: all binary build cross default docs docs-build docs-shell shell test test-integration test-integration-cli
.PHONY: all binary build cross default docs docs-build docs-shell shell test test-integration test-integration-cli validate

# to allow `make BINDDIR=. shell` or `make BINDDIR= test`
BINDDIR := bundles
Expand Down Expand Up @@ -43,6 +43,9 @@ test-integration: build
test-integration-cli: build
$(DOCKER_RUN_DOCKER) hack/make.sh binary test-integration-cli

validate: build
$(DOCKER_RUN_DOCKER) hack/make.sh validate-gofmt validate-dco

shell: build
$(DOCKER_RUN_DOCKER) bash

Expand Down

0 comments on commit 7de1557

Please sign in to comment.