ci: add linting to ci
Closed this issue · 2 comments
tmc commented
consider gometalinter, at least go vet + golint
joaodrp commented
Hi @tmc, is this still required? I can see that you already have gometalinter
in the lint script, which is invoked by the circle ci.
tmc commented
Oh yeah this is done. I wanted to have some structure in place to help guide contributions. Thanks for your interest and please jump in elsewhere!!
Right now linting is the slowest step in ci so that is a place I'd love some help!