diff --git a/Makefile b/Makefile index 731131a..4fe0061 100755 --- a/Makefile +++ b/Makefile @@ -24,12 +24,7 @@ GOFUMPT_DIR ?= $(abspath $(BIN))/gofumpt GOFUMPT_VERSION_DIR ?= $(GOFUMPT_DIR)/$(GOFUMPT_VERSION) # Run all code formatters -fmts: fmt imports - -# Reformat code -fmt: - @echo "⇒ Processing gofmt check" - @gofumpt -s -w . +fmts: fumpt imports # Reformat imports imports: