Skip to content

Commit

Permalink
Rename gofmt to lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Pombeiro committed Jan 7, 2020
1 parent c0c963b commit 86dcbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ prepare-release: clean-release
clean-release:
rm -rf $(RELEASE_DIR)

gofmt:
lint-fix:
find . -name '*.go' -and -not -name 'bindata*' -and -not -name 'migrations.go' -and -not -wholename '*/vendor/*' -exec goimports -local 'github.com/ethereum/go-ethereum,github.com/status-im/status-go' -w {} \;
$(MAKE) vendor

Expand Down

0 comments on commit 86dcbcd

Please sign in to comment.