Explictly install golint
This commit is contained in:
parent
c3884e7329
commit
b791903662
1
bios.sh
1
bios.sh
@ -6,6 +6,7 @@ run -s "Cloning" git clone $URL --branch $REF --single-branch .
|
|||||||
git reset --hard $SHA
|
git reset --hard $SHA
|
||||||
|
|
||||||
go get github.com/russross/blackfriday
|
go get github.com/russross/blackfriday
|
||||||
|
go get github.com/golang/lint/golint
|
||||||
|
|
||||||
PKGS=$(go list $PKG/... | grep -v examples/variables)
|
PKGS=$(go list $PKG/... | grep -v examples/variables)
|
||||||
run -s "Linting" golint -set_exit_status $PKGS
|
run -s "Linting" golint -set_exit_status $PKGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user