cloudflare / cloudflare/cfdeploy

Fix gometalinter config and lint issues

Open
#4 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.