Add govet target and script
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
42a23171ae
commit
4f5005b6bd
2 changed files with 35 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -32,11 +32,14 @@ test-integration: build
|
|||
$(DOCKER_RUN_TRAEFIK) ./script/make.sh generate binary test-integration
|
||||
|
||||
validate: build
|
||||
$(DOCKER_RUN_TRAEFIK) ./script/make.sh validate-gofmt
|
||||
$(DOCKER_RUN_TRAEFIK) ./script/make.sh validate-gofmt validate-govet
|
||||
|
||||
validate-gofmt: build
|
||||
$(DOCKER_RUN_TRAEFIK) ./script/make.sh validate-gofmt
|
||||
|
||||
validate-govet: build
|
||||
$(DOCKER_RUN_TRAEFIK) ./script/make.sh validate-govet
|
||||
|
||||
build: dist
|
||||
docker build -t "$(TRAEFIK_DEV_IMAGE)" -f build.Dockerfile .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue