Skip to content

Commit

Permalink
add link to cf stack lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhitby committed Feb 7, 2025
1 parent 75ba7e2 commit c90ef23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linters/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://ee.public.springernature.app/paas/cf/stacks/>").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 <https://ee.public.springernature.app/rel-eng/docker-registry/>")
Expand Down

0 comments on commit c90ef23

Please sign in to comment.