Skip to content

Commit

Permalink
print golangci-lint version on make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Oct 19, 2024
1 parent 420aae2 commit 8659807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ check: lint test ## Run linters and tests
check-windows: lint test-windows ## Run linters and tests on windows

lint: ## Run linters. Use make install-linters first
golangci-lint version
${OPTS} golangci-lint run -c .golangci.yml ./cmd/...
${OPTS} golangci-lint run -c .golangci.yml ./pkg/...
${OPTS} golangci-lint run -c .golangci.yml ./internal/...
Expand Down

0 comments on commit 8659807

Please sign in to comment.