You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
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.