You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. We've just released a new version of this plugin that should have an updated version of golint: if you're using codeclimate.com you should be getting analysis from the new version already. If you're using our CLI, you'll need to run codeclimate engines:install to get the new version.
Please let me know if the new version is working better for you.
#19 does not fix this issue, because to support Go 1.9, golint has to be compiled with Go 1.9. (and alpine:3.4 does not ship with Go 1.9. (looks like even alpine 3.6 only has Go 1.8.3)
We have a go 1.9 project which uses type aliases. The current codeclimate-golint version does not seem to support golang 1.9:
The respective line is
Can the engine be updated to support that?
The text was updated successfully, but these errors were encountered: