livepeer/go-livepeer

Run golangci-lint on all packages

开放

#1,801 创建于 2021年3月18日

 (2 条评论) (0 个反应) (0 位负责人)Go (223 个派生)auto 404
area: CIgood first issuetype: tech debt

仓库指标

星标
 (583 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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).

贡献者指南