Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: ignore unparam linter false positive
Ignoring below warnings: e2e/pod.go:207:60: `execCommandInContainer` - `cn` always receives `"csi-rbdplugin"` (unparam) func execCommandInContainer(f *framework.Framework, c, ns, cn string, opt *metav1.ListOptions) (string, string, error) { ^ e2e/pod.go:308:43: `deletePodWithLabel` - `skipNotFound` always receives `false` (unparam) func deletePodWithLabel(label, ns string, skipNotFound bool) error { Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
- Loading branch information