Merge pull request #184 from mmcgrana/explicit-golint

Explicitly install golint
This commit is contained in:
Mark McGranaghan
2018-02-01 14:03:45 -08:00
committed by GitHub

View File

@@ -6,6 +6,7 @@ run -s "Cloning" git clone $URL --branch $REF --single-branch .
git reset --hard $SHA
go get github.com/russross/blackfriday
go get github.com/golang/lint/golint
PKGS=$(go list $PKG/... | grep -v examples/variables)
run -s "Linting" golint -set_exit_status $PKGS