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

OctoLintUnusedVariables

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

OctoLintUnusedVariables lists variables that do not appear in the deployment process or runbooks.

Recommendation

Project level environments are only able to be referenced by the project deployment process, runbooks, or other variables. Unused variables can clutter the project settings and make it harder to manage.

Remediation

Consider removing unused variables.

Clone this wiki locally