Rename gofmt to lint-fix

This commit is contained in:
Pedro Pombeiro 2020-01-07 14:53:13 +01:00 committed by Pedro Pombeiro
parent c0c963bdaa
commit 86dcbcd90e
1 changed files with 1 additions and 1 deletions

View File

@ -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