From cca084d5ce83c0eca3deab414e87c62b13e4e11e Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Thu, 6 May 2021 14:26:04 +0200 Subject: [PATCH] rhel85: nolint package for unused private functions Package contains unexported helper functions for future implementations of pipelines. --- 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 insertions(+) diff --git a/internal/distro/rhel85/distro.go b/internal/distro/rhel85/distro.go index 08a44b6b3..7d5438f2a 100644 --- a/internal/distro/rhel85/distro.go +++ b/internal/distro/rhel85/distro.go @@ -1,3 +1,4 @@ +// 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 91a171217..8d4a44d21 100644 --- a/internal/distro/rhel85/pipelines.go +++ b/internal/distro/rhel85/pipelines.go @@ -1,3 +1,4 @@ +// 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 8ef119ead..9a73ab120 100644 --- a/internal/distro/rhel85/stage_inputs.go +++ b/internal/distro/rhel85/stage_inputs.go @@ -1,3 +1,4 @@ +// 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 4ffb7cf02..f68f7b0dd 100644 --- a/internal/distro/rhel85/stage_options.go +++ b/internal/distro/rhel85/stage_options.go @@ -1,3 +1,4 @@ +// nolint: deadcode,unused // Helper functions for future implementations of pipelines package rhel85 import (