Skip to content

Commit

Permalink
disable golint
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Hitchon committed Apr 24, 2018
1 parent fa57016 commit 7d4d286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
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 "github.com/golang/lint/golint"
#go get "github.com/golang/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 7d4d286

Please sign in to comment.