Closed gz-c closed 6 years ago
https://goreportcard.com/report/github.com/skycoin/teller
Fix the following issues:
Ignore gocyclo, license
Add these tools to the gometalinter checks in makefile. For gofmt, pass the -s parameter to goimports if possible.
gofmt
-s
goimports
https://goreportcard.com/report/github.com/skycoin/teller
Fix the following issues:
Ignore gocyclo, license
Add these tools to the gometalinter checks in makefile. For
gofmt
, pass the-s
parameter togoimports
if possible.