moby / tool

Temporary repository for the moby assembly tool used by the Moby project
Apache License 2.0
75 stars 65 forks source link

Improvements to Makefile, linting, and circleci.yml #168

Closed dnephin closed 7 years ago

dnephin commented 7 years ago

Use gometalinter for linting

Improve the cirlceci config

Makefile improvements

Cleanup vendor/

Also fix existing lint errors.

dnephin commented 7 years ago

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.