Create linter for resources which support name
and name_prefix
but don't use name generation functions
#15694
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
linter
Pertains to changes to or issues with the various linters.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
Description
According to the contributing guide, there is built-in support for
name
andname_prefix
fields using the functionnaming.Generate()
. Previously, each resource would implement its own handling of naming with code similar toWrite a linter to detect the old method and require the use of
naming.Generate()
.The text was updated successfully, but these errors were encountered: