rhel85: nolint package for unused private functions

Package contains unexported helper functions for future implementations
of pipelines.
This commit is contained in:
Achilleas Koutsou 2021-05-06 14:26:04 +02:00 committed by Ondřej Budai
parent e8a1509d46
commit cca084d5ce
4 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// nolint: deadcode,unused // Helper functions for future implementations of pipelines
package rhel85
import (

View file

@ -1,3 +1,4 @@
// nolint: deadcode,unused // Helper functions for future implementations of pipelines
package rhel85
import (

View file

@ -1,3 +1,4 @@
// nolint: deadcode,unused // Helper functions for future implementations of pipelines
package rhel85
import (

View file

@ -1,3 +1,4 @@
// nolint: deadcode,unused // Helper functions for future implementations of pipelines
package rhel85
import (