Skip to content

OctoLintTooManySteps

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

OctoLintTooManySteps returns a warning if project contains a deployment process contains more than 20 steps.

Recommendation

Complex deployments can often involve many steps. But when deployment processes include too many steps, they can become brittle and hard to manage.

Remediation

Consider if environment specific deployment steps can be moved into runbooks or separate projects.

Clone this wiki locally