diff --git a/e2e/rbd_helper.go b/e2e/rbd_helper.go index 675689c0b..c76923ddb 100644 --- a/e2e/rbd_helper.go +++ b/e2e/rbd_helper.go @@ -541,7 +541,7 @@ func validateThickPVC(f *framework.Framework, pvc *v1.PersistentVolumeClaim, siz } // expanding the PVC should thick-allocate the expansion - // nolint:mnd // we want 2x the size so that extending is done + // nolint:gomnd // we want 2x the size so that extending is done newSize := du.ProvisionedSize * 2 err = expandPVCSize(f.ClientSet, pvc, fmt.Sprintf("%d", newSize), deployTimeout) if err != nil {