forked from mcasperson/OctopusRecommendationEngine
-
Notifications
You must be signed in to change notification settings - Fork 5
OctoLintProjectSpecificEnvs
Matthew Casperson edited this page Aug 7, 2023
·
2 revisions
OctoLintProjectSpecificEnvs
checks for environments that are specific to a single project.
Environments typically represent high level business processes and copies of infrastructure that deployments progress through. Environments used by one project may indicate an antipattern, as this can lead to unnecessarily specific environments being created, which in turn can be difficult to manage.
Consider if the project specific environment can be represented with a more general, shared environment.