diff --git a/Makefile b/Makefile index aac001f8..bce6356c 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ check: lint test ## Run linters and tests check-windows: lint test-windows ## Run linters and tests on windows lint: ## Run linters. Use make install-linters first + golangci-lint version ${OPTS} golangci-lint run -c .golangci.yml ./cmd/... ${OPTS} golangci-lint run -c .golangci.yml ./pkg/... ${OPTS} golangci-lint run -c .golangci.yml ./internal/...