Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

OctoLintProjectSpecificEnvs

Matthew Casperson edited this page Mar 16, 2023 · 1 revision

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.

Remediation

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

Clone this wiki locally