blob: fadc3264cadf3532a94726a1d71ba386d2ac9032 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
language: go
go:
- 1.8
install:
- go get github.com/golang/lint/golint
- go get github.com/fzipp/gocyclo
- go get github.com/client9/misspell/...
- go get github.com/gordonklaus/ineffassign
script: ./hooks/pre-commit
|