Skip to content

Commit

Permalink
fix(Makefile): gofumpt no longer needed (#2235)
Browse files Browse the repository at this point in the history
It looks like `go generate -run="./scripts/mockery_generate.sh" ./...`
produces correctly formatted (from `gofumpt` perspective) output.

Closes #2212
  • Loading branch information
melekes committed Feb 5, 2024
1 parent 7fee4bb commit f92bace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
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 f92bace

Please sign in to comment.