Skip to content

Instantly share code, notes, and snippets.

@sameo
Created February 5, 2019 18:25
Show Gist options
  • Save sameo/eb751defa3d482195fdb530e122afd33 to your computer and use it in GitHub Desktop.
Save sameo/eb751defa3d482195fdb530e122afd33 to your computer and use it in GitHub Desktop.
gometalinter --exclude="vendor/.*" --tests --exclude=".*\.pb\.go" --disable-all --enable=gofmt --concur
rency=2 --enable=misspell --enable=vet --enable=ineffassign --enable=gocyclo --cyclo-over=15 --enable=gol
int --deadline=600s --enable=structcheck --enable=unused --enable=staticcheck --enable=maligned --enable=
varcheck --enable=unconvert virtcontainers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment