refactor: remove install misspell command in Makefine
This commit is contained in:
parent
bb7abb9a0a
commit
455a68acdf
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)
|
||||||
|
|
Loading…
Reference in New Issue