chore(ci): upgraded linter to 1.48.0 (#2294)

Mechanically fixed all issues, added `lint-fix` make target.
This commit is contained in:
Jarek Kowalski
2022-08-08 23:07:54 -07:00
committed by GitHub
parent 419c7acb11
commit 51dcaa985d
305 changed files with 850 additions and 794 deletions

View File

@@ -43,7 +43,7 @@ func (c *commandCacheSync) run(ctx context.Context, rep repo.DirectRepositoryWri
eg.Go(func() error {
defer close(ch)
// nolint:wrapcheck
//nolint:wrapcheck
return rep.BlobReader().ListBlobs(ctx, content.PackBlobIDPrefixSpecial, func(bm blob.Metadata) error {
ch <- bm.BlobID