livepeer/go-livepeer

Run golangci-lint on all packages

Ouverte

#1 801 ouverte le 18 mars 2021

 (2 commentaires) (0 réaction) (0 personne assignée)Go (223 forks)auto 404
area: CIgood first issuetype: tech debt

Métriques du dépôt

Stars
 (583 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur