livepeer/go-livepeer

Run golangci-lint on all packages

Aperta

#1801 aperta il 18 mar 2021

 (2 commenti) (0 reazioni) (0 assegnatari)Go (223 fork)auto 404
area: CIgood first issuetype: tech debt

Metriche repository

Star
 (583 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor