Skip to content

Commit

Permalink
fix: fixing the lint command in make file
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker committed Oct 9, 2024
1 parent 4fc11a3 commit d46a6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $(GOLANGCI_LINT): $(GOBIN)
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) $(GOLANGCI_LINT_VERSION)

go-lint: golanci-lint ## Run golangci-lint against code.
$(GOLANGCI_LINT) run -c .golangci.yml --cache
$(GOLANGCI_LINT) run

# Clean up
.PHONY: clean
Expand Down

0 comments on commit d46a6e2

Please sign in to comment.