Skip to content

Commit

Permalink
disable golint
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Hitchon committed Jun 13, 2018
1 parent c3b4361 commit be58d2a
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 @@ -14,7 +14,7 @@ default: all
deps:
go get "github.com/golang/dep/cmd/dep"
go get "github.com/jteeuwen/go-bindata/..."
go get "golang.org/x/lint/golint"
#go get "golang.org/x/lint/golint"
go get "github.com/fzipp/gocyclo"
dep ensure

Expand All @@ -25,7 +25,7 @@ gen:
lint: gen
@echo "=== linting ==="
@go vet ./...
@golint $(go list ./... | grep -v /vendor/)
#@golint $(go list ./... | grep -v /vendor/)

test: lint
@echo "=== testing ==="
Expand Down

0 comments on commit be58d2a

Please sign in to comment.