trivago/gollum

Add golint, gofmt, ineffassign to travis

arnecls opened this issue · 0 comments

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 file
  • golint should return no warning
  • ineffassign should return no warning