digitalocean / digitalocean/clusterlint
Use an image with golint pre-installed for the CI lint check
Open
- Dominant language
- Go
- Stars
- 598
- Forks
- 46
- Avg merge
- 2h
- Merged PRs (30d)
- 1
Description
Currently the `lint` check in CI downloads and builds `golint` on every run. This is slow and error-prone in case of GitHub or other outages [as seen in this recent failure](https://circleci.com/gh/digitalocean/clusterlint/172). We should build an image with golint installed and use it for this CI task.
Contributor guide
Assessment
This issue has not been assessed yet.