diff --git a/Makefile b/Makefile index a5c8e5e..3117818 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ GOHOSTOS:=$(shell go env GOHOSTOS) GOPATH:=$(shell go env GOPATH) VERSION=$(shell git describe --tags --always) -DOCKER ?= podman DOCKER ?= docker DOCKER_CONFIG="${PWD}/.docker" @@ -77,7 +76,6 @@ all: # run go linter with the repositories lint config .PHONY: lint lint: - @echo "" @echo "Linting code." @$(DOCKER) run -t --rm -v $(PWD):/app -w /app golangci/golangci-lint golangci-lint run -v @@ -114,12 +112,6 @@ kind/spicedb: run: build ./bin/ciam-rebac -conf configs -# run go linter with the repositories lint config -.PHONY: lint -lint: - @echo "Linting code." - @$(DOCKER) run -t --rm -v $(PWD):/app -w /app golangci/golangci-lint golangci-lint run -v - # show help help: @echo ''