From 5765f6437977c660f07a2f2568ecd2a7c0295e78 Mon Sep 17 00:00:00 2001 From: Dustin Nemes <39643802+some-things@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:40:09 -0500 Subject: [PATCH] fix: fix linting issues --- cmd/konvoy-image-wrapper/cmd/create-package-bundle.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/konvoy-image-wrapper/cmd/create-package-bundle.go b/cmd/konvoy-image-wrapper/cmd/create-package-bundle.go index 628f43486..c28a03325 100644 --- a/cmd/konvoy-image-wrapper/cmd/create-package-bundle.go +++ b/cmd/konvoy-image-wrapper/cmd/create-package-bundle.go @@ -134,6 +134,7 @@ func (r *Runner) CreatePackageBundle(args []string) error { &subscriptionManagerFlag, "skip-subscription-manager", false, + //nolint:lll // it is ok to have long help texts "If enabled, skips authenticating with subscription-manager and fetching from the pre-configured official RHEL repositories when creating RHEL package bundles. Disabled by default.", ) flagSet.StringVar( @@ -177,6 +178,7 @@ func (r *Runner) CreatePackageBundle(args []string) error { } } if eusReposFlag { + //nolint:goconst // it is ok to not use const here r.env["EUS_REPOS"] = "true" } if satelliteFlag != "" {