Skip to content

OctoLintProjectDefaultStepNames

Matthew Casperson edited this page Feb 16, 2024 · 1 revision

OctoLintProjectDefaultStepNames find steps that use the default step name.

Recommendation

It is recommended that steps use a descriptive name rather than use the default name of the step. For example, having a step called Deploy to IIS doesn't provide much content about what is deployed. A step name like Deploy frontend web app is better.

Remediation

Rename the steps listed by this check to include a more descriptive name.