Last active
January 30, 2018 02:18
-
-
Save JohnMurray/e0d7f1f82b627791c0a350dae67dce79 to your computer and use it in GitHub Desktop.
Snippet to run gometalinter in travis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
script: | |
- go test -v ./... | |
- gometalinter.v2 --vendor --disable-all --enable=errcheck --enable=vet --enable=deadcode ./... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment