From 139c8eb3c41755aa2f389f9cb400ede2cfbb859e Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Tue, 11 May 2021 13:00:20 +0200 Subject: [PATCH] Revert "rhel85: nolint package for unused private functions" Pipeline generation functions are now used by the new image definitions. This reverts commit cca084d5ce83c0eca3deab414e87c62b13e4e11e. --- internal/distro/rhel85/distro.go | 1 - internal/distro/rhel85/pipelines.go | 1 - internal/distro/rhel85/stage_inputs.go | 1 - internal/distro/rhel85/stage_options.go | 1 - 4 files changed, 4 deletions(-) diff --git a/internal/distro/rhel85/distro.go b/internal/distro/rhel85/distro.go index 1dfcbcbd9..b95d847b9 100644 --- a/internal/distro/rhel85/distro.go +++ b/internal/distro/rhel85/distro.go @@ -1,4 +1,3 @@ -// nolint: deadcode,unused // Helper functions for future implementations of pipelines package rhel85 import ( diff --git a/internal/distro/rhel85/pipelines.go b/internal/distro/rhel85/pipelines.go index 8d4a44d21..91a171217 100644 --- a/internal/distro/rhel85/pipelines.go +++ b/internal/distro/rhel85/pipelines.go @@ -1,4 +1,3 @@ -// nolint: deadcode,unused // Helper functions for future implementations of pipelines package rhel85 import ( diff --git a/internal/distro/rhel85/stage_inputs.go b/internal/distro/rhel85/stage_inputs.go index 9a73ab120..8ef119ead 100644 --- a/internal/distro/rhel85/stage_inputs.go +++ b/internal/distro/rhel85/stage_inputs.go @@ -1,4 +1,3 @@ -// nolint: deadcode,unused // Helper functions for future implementations of pipelines package rhel85 import ( diff --git a/internal/distro/rhel85/stage_options.go b/internal/distro/rhel85/stage_options.go index f68f7b0dd..4ffb7cf02 100644 --- a/internal/distro/rhel85/stage_options.go +++ b/internal/distro/rhel85/stage_options.go @@ -1,4 +1,3 @@ -// nolint: deadcode,unused // Helper functions for future implementations of pipelines package rhel85 import (