Closes #499: Enable golint on PRs

Signed-off-by: Matt Bajor <matt@notevenremotelydorky.com>
This commit is contained in:
Matt Bajor 2015-03-27 21:24:29 -06:00
parent 0f6a1846e2
commit c9dec8ba88
1 changed files with 3 additions and 0 deletions

View File

@ -14,10 +14,13 @@ install:
- go get code.google.com/p/go.tools/cmd/vet
- go get code.google.com/p/go.tools/cmd/cover
- go get github.com/mattn/goveralls
- go get github.com/golang/lint/golint
- go get github.com/GeertJohan/fgt
script:
- script/validate-dco
- script/validate-gofmt
- go vet ./...
- fgt golint -min_confidence=0.9 ./...
- go test -v -race ./...
- script/coverage