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

12 lines
189 B
Bash
Raw Normal View History

2020-06-04 16:45:47 +05:30
#!/bin/sh
set -e
cd `dirname $0`/..
go get golang.org/x/lint/golint
2020-06-04 17:23:08 +05:30
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow
2020-06-04 16:45:47 +05:30
go get github.com/fzipp/gocyclo
2020-06-04 17:23:08 +05:30
./scripts/lint.sh