Skip to content

Commit

Permalink
adding lint to the phony
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jan 9, 2019
1 parent 9b6d8ab commit a937833
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,4 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
endif
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)

.PHONY: build test testacc vet fmt fmtcheck errcheck vendor-status test-compile website website-test

.PHONY: build test testacc vet fmt fmtcheck errcheck vendor-status test-compile website website-test lint

0 comments on commit a937833

Please sign in to comment.