From 3f3489367c546dc28e468abe6fa576fd8c51accb Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Thu, 8 Apr 2021 16:58:02 +0530 Subject: [PATCH] cleanup: correct linter name mnd to gomnd Signed-off-by: Rakshith R --- e2e/rbd_helper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {