Skip to content

Commit

Permalink
fix(Makefile): gofumpt no longer needed
Browse files Browse the repository at this point in the history
Closes #2212
  • Loading branch information
melekes committed Feb 5, 2024
1 parent 52ec996 commit 59d3fb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ testdata-metrics:
#? mockery: Generate test mocks
mockery:
go generate -run="./scripts/mockery_generate.sh" ./...
@go run mvdan.cc/gofumpt@latest -l -w .
.PHONY: mockery

###############################################################################
Expand Down

0 comments on commit 59d3fb4

Please sign in to comment.