Skip to content

Commit

Permalink
add unparam code checker
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Aug 23, 2018
1 parent 8578ef7 commit 2342234
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,6 +10,7 @@ before_install:
- dep ensure
- go get -v github.com/golang/lint/golint
- go get -u honnef.co/go/tools/...
- go get -u mvdan.cc/unparam
- go get -u github.com/client9/misspell/cmd/misspell

script:
Expand All @@ -18,3 +19,4 @@ script:
- unused $(go list ./...)
- gosimple $(go list ./...)
- misspell -error $(git ls-files | grep -v vendor/)
- unparam $(go list ./...)

0 comments on commit 2342234

Please sign in to comment.