Closed dnephin closed 7 years ago
Use gometalinter for linting
// nolint
--install
Improve the cirlceci config
Makefile improvements
dist/
Cleanup vendor/
vendor/
vendor.conf
vndr
Also fix existing lint errors.
I also notice that this doesn't specify a go version in the circleci config. This should probably test against a specific version of go. I haven't made that change as part of this PR.
Use gometalinter for linting
// nolint
--install
instead of installing each thing separately)Improve the cirlceci config
Makefile improvements
dist/
directoryCleanup
vendor/
vendor.conf
included some unused packages, apparentlyvndr
is still broken and doesn't work about these unused packages.Also fix existing lint errors.