Skip to content

OctoLintProjectSpecificEnvs

Matthew Casperson edited this page Aug 7, 2023 · 2 revisions

OctoLintProjectSpecificEnvs checks for environments that are specific to a single project.

Recommendation

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.

Remediation

Consider if the project specific environment can be represented with a more general, shared environment.

Clone this wiki locally