We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca16e02 commit bfd3d58Copy full SHA for bfd3d58
Makefile
@@ -30,6 +30,7 @@ test-env-down: ## Down and cleanup test environment.
30
lint: tools ## Check the project with lint.
31
@golangci-lint run --fix ./...
32
33
+.PHONY: tools
34
tools: ## Install all needed tools, e.g.
35
@go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2
36
0 commit comments