Skip to content

Commit

Permalink
Disable golint again
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel committed Apr 24, 2018
1 parent 95418b1 commit 4536e07
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 @@ -15,7 +15,7 @@ install:

# run all validation tests
.PHONY: validate
validate: gofmt check-vendor vet lint
validate: gofmt check-vendor vet #lint

.PHONY: gofmt
gofmt:
Expand All @@ -38,7 +38,7 @@ vet:
.PHONY: goget-tools
goget-tools:
go get -u github.com/Masterminds/glide
go get -u github.com/golang/lint/golint
# go get -u golang.org/x/lint/golint
go get -u github.com/mitchellh/gox

# Run unit tests and collect coverage
Expand Down

0 comments on commit 4536e07

Please sign in to comment.