mirror of
https://github.com/kopia/kopia.git
synced 2026-04-29 02:15:39 -04:00
chore(ci): upgraded linter to 1.48.0 (#2294)
Mechanically fixed all issues, added `lint-fix` make target.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user