Make gometalinter install its stuff

This commit is contained in:
Erik Johnston 2017-09-05 17:27:25 +01:00
parent d6e799feea
commit 812614b10e

View file

@ -7,6 +7,7 @@ export PATH="$PATH:$(pwd)/vendor/bin:$(pwd)/bin"
echo "Installing lint search engine..."
go install github.com/alecthomas/gometalinter/
gometalinter --config=linter.json ./... --install
echo "Looking for lint..."
gometalinter --config=linter.json ./...