cloudflare / cloudflare/cfdeploy
Fix gometalinter config and lint issues
Open
- Dominant language
- Go
- Stars
- 28
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Makefile incorrectly calls gometalinter; it should use `./...` and `--skip=vendor`, not `$$(go list ./... | grep -v /vendor/)`
To fix, we'll most likely want to disable noisy linters and turn them back on one-by-one as we fix lint issues.
Contributor guide
Assessment
This issue has not been assessed yet.