This repository has been archived on 2022-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
rageshake/.buildkite/lint.sh
2022-01-18 18:03:21 +00:00

11 lines
209 B
Bash
Executable file

#!/bin/sh
set -e
cd `dirname $0`/..
go get golang.org/x/lint/golint
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow
go get github.com/fzipp/gocyclo/cmd/gocyclo
/bin/sh ./scripts/lint.sh