Skip to content

Commit

Permalink
Fix golint build error
Browse files Browse the repository at this point in the history
  • Loading branch information
thknieling committed Oct 11, 2018
1 parent 023b7f4 commit 5ab685b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ GODEP = $(BIN)/dep
$(BIN)/dep: REPOSITORY=github.com/golang/dep/cmd/dep

GOLINT = $(BIN)/golint
$(BIN)/golint: REPOSITORY=github.com/golang/lint/golint
$(BIN)/golint: REPOSITORY=golang.org/x/lint/golint

GOCOVMERGE = $(BIN)/gocovmerge
$(BIN)/gocovmerge: REPOSITORY=github.com/wadey/gocovmerge
Expand Down Expand Up @@ -233,7 +233,7 @@ checkstyle:

$(BASE)/vendor: vendor-install

generatemodels: $(CURDIR)/swagger/aif-swagger.yaml ; $(info $(M) generate models …) @ ## Run golint
generatemodels: $(CURDIR)/swagger/aif-swagger.yaml ; $(info $(M) generate models …) @ ## Run generate models
if [ ! -d $(BASESRC)/models ]; then \
GOPATH=$(GOPATH) go get -u github.com/go-swagger/go-swagger/cmd/swagger; \
if [ -r ../AdminRestServer/swagger/aif-swagger.yaml ]; then \
Expand Down

0 comments on commit 5ab685b

Please sign in to comment.