Skip to content

Instantly share code, notes, and snippets.

@JohnMurray
Last active January 30, 2018 02:18
Show Gist options
  • Save JohnMurray/e0d7f1f82b627791c0a350dae67dce79 to your computer and use it in GitHub Desktop.
Save JohnMurray/e0d7f1f82b627791c0a350dae67dce79 to your computer and use it in GitHub Desktop.
Snippet to run gometalinter in travis
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