Skip to content

Commit

Permalink
Hide golangci install command in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
K1li4nL committed Feb 16, 2024
1 parent 794b23c commit 4aff994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ generate: tidy

# Coding style static check.
lint: tidy
go install github.com/golangci/golangci-lint/cmd/[email protected]
go mod tidy
@go install github.com/golangci/golangci-lint/cmd/[email protected]
@go mod tidy
golangci-lint run

vet: tidy
Expand Down

0 comments on commit 4aff994

Please sign in to comment.