blob: 13585d41de442294ed422c0be77d6d1827f17844 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
language: go
go:
- 1.10.x
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
|