Skip to content

Commit 8de494f

Browse files
committed
fix(BREV-2046): Add installation for gofumpt
1 parent 5b7d451 commit 8de494f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ GOSEC=gosec
2929
# Third party tools
3030
ARTIFACT_GOLINT=github.com/golangci/golangci-lint/cmd/[email protected]
3131
ARTIFACT_GOSEC=github.com/securego/gosec/v2/cmd/[email protected]
32+
ARTIFACT_GOFUMPT=mvdan.cc/[email protected]
3233

3334
# Build flags
3435
LDFLAGS=-ldflags "-X main.Version=$(shell git describe --tags --always --dirty) -X main.BuildTime=$(shell date -u '+%Y-%m-%d_%H:%M:%S')"
@@ -194,6 +195,7 @@ install-tools:
194195
@echo "Installing development tools..."
195196
$(GOINSTALL) $(ARTIFACT_GOLINT)
196197
$(GOINSTALL) $(ARTIFACT_GOSEC)
198+
$(GOINSTALL) $(ARTIFACT_GOFUMPT)
197199

198200
# Show help
199201
.PHONY: help

0 commit comments

Comments
 (0)