Skip to content

Commit

Permalink
Disable fmt on build
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Sep 6, 2018
1 parent b76414c commit af9853f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ fmtcheck:
#@sh -c "'$(CURDIR)/scripts/gofmtcheck.sh'"

fmt:
gofmt -w $(GOFMT_FILES)
@true
#gofmt -w $(GOFMT_FILES)

spellcheck:
@echo "==> Spell checking website..."
Expand Down

0 comments on commit af9853f

Please sign in to comment.