Skip to content

Commit

Permalink
introduce mispell code checker
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Aug 23, 2018
1 parent a7bdad0 commit aa1f8ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ before_install:
- dep ensure
- go get -v github.com/golang/lint/golint
- go get -u honnef.co/go/tools/...
- go get -u github.com/client9/misspell/cmd/misspell

script:
- golint cmd/ pkg/
- go test -v ./...
- unused $(go list ./...)
- gosimple $(go list ./...)
- misspell -error $(git ls-files | grep -v vendor/)

0 comments on commit aa1f8ea

Please sign in to comment.