refactor: remove install misspell command in Makefine
This commit is contained in:
3
Makefile
3
Makefile
@@ -41,9 +41,6 @@ ifeq ($(ANDROID_TEST_TOKEN),)
|
|||||||
endif
|
endif
|
||||||
@echo "Already set ANDROID_API_KEY and ANDROID_TEST_TOKEN globale variable."
|
@echo "Already set ANDROID_API_KEY and ANDROID_TEST_TOKEN globale variable."
|
||||||
|
|
||||||
$(MISSPELL):
|
|
||||||
$(GO) get -u github.com/client9/misspell/cmd/misspell
|
|
||||||
|
|
||||||
.PHONY: fmt
|
.PHONY: fmt
|
||||||
fmt:
|
fmt:
|
||||||
$(GOFMT) -w $(GOFILES)
|
$(GOFMT) -w $(GOFILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user