diff --git a/Makefile b/Makefile index 08ac5a7f0..29e141544 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ cover: test # gofmt and goimports all go files fmt: - gofumpt -w . + gofumpt -w -l -s . .PHONY: fmt # Run all the tests and code checks