codeclimate / codeclimate-golint

Code Climate Engine for golint
MIT License
7 stars 6 forks source link

Add Go lint version locking #22

Closed pointlessone closed 4 years ago

pointlessone commented 6 years ago

This change allows us control the version of Go lint used in this engine as well as explicitly update the engine and trigger new image build.

pointlessone commented 6 years ago

@wfleming Thanks! Could you please handle the merge and the rest?

tmaczukin commented 5 years ago

@wfleming @ABaldwinHunter Are there any plans to merge this?

tmaczukin commented 5 years ago

However, the code present here is unable to be compiled right now, because of the github.com/golang/lint import definition. I've prepared #23 on top of this PR to address this problem and add few other minor changes.

filipesperandio commented 4 years ago

Closing in favor of #24