nolintlint

This commit is contained in:
Michael Yang
2024-05-21 21:52:20 -07:00
parent 55f6eba049
commit 8ffb51749f
5 changed files with 4 additions and 5 deletions

View File

@@ -372,7 +372,7 @@ func downloadBlob(ctx context.Context, opts downloadOpts) error {
return err
}
// nolint: contextcheck
//nolint:contextcheck
go download.Run(context.Background(), requestURL, opts.regOpts)
}