livepeer/go-livepeer

Run golangci-lint on all packages

Open

#1,801 opened on Mar 18, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (223 forks)auto 404
area: CIgood first issuetype: tech debt

Repository metrics

Stars
 (583 stars)
PR merge metrics
 (PR metrics pending)

Description

We currently only run golangci-lint on certain packages in CI. We should run golangci-lint locally, fix all the warnings/errors and then start running golangci-lint on all packages in CI. The one thing to consider here is which linters should be enabled by default (or just use the default linters used by golangci-lint).

Contributor guide