Skip to content

Commit

Permalink
Don't use verbose mode with golangci-lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Barclay committed Jul 16, 2024
1 parent f3404d0 commit 0d1b8a6
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 @@ -42,7 +42,7 @@ coverage:
lint:
@command -v golangci-lint || (echo "golangci-lint not installed. See https://golangci-lint.run/welcome/install/"; exit 1)
@golangci-lint version
golangci-lint --verbose run --timeout=5m ./...
golangci-lint run --timeout=5m ./...

.PHONY: build
build:
Expand Down

0 comments on commit 0d1b8a6

Please sign in to comment.