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
Richard van der Hoff feb1af9686 scripts for buildkite
2020-06-04 12:15:47 +01:00

10 lines
128 B
Bash
Executable file

#!/bin/sh
set -e
cd `dirname $0`/..
go get golang.org/x/lint/golint
go get github.com/fzipp/gocyclo
exec ./hooks/pre-commit