skycoin/teller

Fix goreportcard issues

gz-c opened this issue · 0 comments

gz-c commented

https://goreportcard.com/report/github.com/skycoin/teller

Fix the following issues:

  • gofmt -s
  • go_vet
  • go lint
  • ineffassign
  • misspell

Ignore gocyclo, license

Add these tools to the gometalinter checks in makefile. For gofmt, pass the -s parameter to goimports if possible.