Skip to content

Commit

Permalink
TEMP: remove golangci-lint github arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Short <[email protected]>
  • Loading branch information
tmshort committed Jan 31, 2024
1 parent b3c286e commit 48eb07d
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 @@ help-extended: #HELP Display extended help.

.PHONY: lint
lint: $(GOLANGCI_LINT) #HELP Run golangci linter.
$(GOLANGCI_LINT) run --build-tags $(GO_BUILD_TAGS) $(GOLANGCI_LINT_ARGS)
$(GOLANGCI_LINT) run --build-tags $(GO_BUILD_TAGS)

.PHONY: tidy
tidy: #HELP Update dependencies.
Expand Down

0 comments on commit 48eb07d

Please sign in to comment.