Skip to content

Commit

Permalink
DK-5158 golang lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rackep committed Nov 14, 2024
1 parent 60968b0 commit a5ae07e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ docker-push: ## Push docker image with the derper.
# controller-gen: ## Download controller-gen locally if necessary.
# $(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.16.1)

# GOLANGCI_LINT = $(GOBIN)/golangci-lint
# .PHONY: golangci-lint
# golangci-lint: ## Download golint locally if necessary
# $(call go-install-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2)
GOLANGCI_LINT = $(GOBIN)/golangci-lint
.PHONY: golangci-lint
golangci-lint: ## Download golint locally if necessary
$(call go-install-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2)

# KUSTOMIZE = $(GOBIN)/kustomize
# .PHONY: kustomize
Expand Down

0 comments on commit a5ae07e

Please sign in to comment.