From c90ef23bc6bcdfacc653f448b6a7c4c299e42948 Mon Sep 17 00:00:00 2001 From: Rob Whitby Date: Fri, 7 Feb 2025 12:56:50 +0000 Subject: [PATCH] add link to cf stack lint warning --- linters/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linters/errors.go b/linters/errors.go index 732db2d3..5c9907d2 100644 --- a/linters/errors.go +++ b/linters/errors.go @@ -39,7 +39,7 @@ var ( ErrCFLabelTeamWillBeOverwritten = newError("deployment will overwrite metadata.labels.team that was set in the CF manifest").AsWarning() ErrCFLabelProductIsMissing = newError("CF manifest is missing 'product' label. If 'product' is set on the CF space you can safely ignore this warning.").AsWarning() - ErrCFStack = newError("CF stack 'cflinuxfs3' is deprecated. Please upgrade to 'cflinuxfs4'.").AsWarning() + ErrCFStack = newError("CF stack 'cflinuxfs3' is deprecated. Please see ").AsWarning() ErrCFLabelEnvironmentIsMissing = newError("CF manifest is missing 'environment' label. If 'environment' is set on the CF space you can safely ignore this warning.").AsWarning() ErrUnsupportedRegistry = newError("image must be from halfpipe registry. Please see ")