Skip to content

Commit

Permalink
don't be verbose when installing the latest golangci-lint: remove -v …
Browse files Browse the repository at this point in the history
…flag
  • Loading branch information
stefan.rieckhof committed Dec 23, 2024
1 parent f328f45 commit 338783c
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 @@ -51,7 +51,7 @@ tools/testserver/math/math.pb.go: tools/testserver/math/math.proto

.PHONY: lint
lint:
(cd /; $(GO) install -v -x github.com/golangci/golangci-lint/cmd/golangci-lint@latest)
(cd /; $(GO) install -x github.com/golangci/golangci-lint/cmd/golangci-lint@latest)

golangci-lint run --timeout 2m

Expand Down

0 comments on commit 338783c

Please sign in to comment.