Add Golint (#344)

This commit is contained in:
Preston Van Loon
2018-07-28 21:18:56 -04:00
committed by Raul Jordan
parent 9cf375267e
commit bb29e367d5
14 changed files with 75 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ matrix:
- lint
script:
-
go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./... --deadline=10m
go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./... --deadline=10m --exclude=client/internal/client_helper.go
- os: linux
env: V=0.15.0
before_install: