From 1ecf8b5c5beece6939cdc4489cfaed4941566b6c Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Mon, 23 Nov 2020 18:37:13 -0300 Subject: [PATCH] Update `make pre-commit` with more checks Signed-off-by: Ulysses Souza --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c55be9a..23d287c5 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ validate-go-mod: ## Validate go.mod and go.sum are up-to-date validate: validate-go-mod validate-headers ## Validate sources -pre-commit: cli test e2e-local lint validate +pre-commit: validate import-restrictions check-dependencies lint cli test e2e-local build-aci-sidecar: ## build aci sidecar image locally and tag it with make build-aci-sidecar tag=0.1 docker build -t docker/aci-hostnames-sidecar:$(tag) aci/etchosts