Skip to content

Commit

Permalink
Fix golangci-lint path in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Feb 8, 2023
1 parent e18e60a commit 679e063
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 @@ -79,7 +79,7 @@ ignored:
$(foreach PACKAGE,$(IGNORED_PACKAGES),@echo $(PACKAGE)$(NEWLINE))

golangcilint: $(GOLANGCI_LINT)
golangci-lint run -v --timeout=5m --fix .
golangci-lint run -v --timeout=5m --fix

lint:
@$(MAKE) golangcilint
Expand Down

0 comments on commit 679e063

Please sign in to comment.