Add misspell and gofmt simplify to the pre-commit hooks (#138)
This commit is contained in:
parent
7cbdab30f4
commit
472155837b
8 changed files with 25 additions and 10 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue