Skip to content

Commit

Permalink
make: add golangci-lint-version target
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Aug 27, 2024
1 parent 48c41d4 commit 340edcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/make/linters.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ golangci-lint: $(if $(filter $(LOCAL_GOLANGCI_LINT),yes),$(GOLANGCI_LINT))
--verbose \
$(GO_PKGS)

.PHONY: golangci-lint-version
golangci-lint-version:
$(S) $(GOLANGCI_LINT) version --format short

.PHONY: go-vet
go-vet:
$(S) echo "lint via go vet"
Expand Down

0 comments on commit 340edcf

Please sign in to comment.