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
commit a36217073a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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