mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-04-30 04:17:11 +00:00
The nolint:staticcheck directives are not needed in the test file because it calls NewVolumeHelperImpl within the same package, which doesn't trigger deprecation warnings. Only cross-package calls need the directive. Signed-off-by: Shubham Pampattiwar <spampatt@redhat.com>