Explorar o código

Update `make pre-commit` with more checks

Signed-off-by: Ulysses Souza <[email protected]>
Ulysses Souza %!s(int64=5) %!d(string=hai) anos
pai
achega
1ecf8b5c5b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
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