mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-18 05:06:07 +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>