Add golint, gofmt, ineffassign to travis
arnecls opened this issue · 0 comments
arnecls commented
We should add a few more tests to travis to assure code quality in pull request (external and internal).
For everything but vendor
gofmt -s -l
should list no filegolint
should return no warningineffassign
should return no warning