Add misspell and gofmt simplify to the pre-commit hooks (#138)

This commit is contained in:
Mark Haines 2017-06-12 18:30:47 +01:00 committed by GitHub
parent 7cbdab30f4
commit 472155837b
8 changed files with 25 additions and 10 deletions

View file

@ -20,6 +20,7 @@ install:
- go get github.com/constabulary/gb/...
- go get github.com/golang/lint/golint
- go get github.com/fzipp/gocyclo
- go get github.com/client9/misspell/...
# Generate a self-signed X.509 certificate for TLS.
before_script: